-
```
When served as XHTML, a number of problems pop up with the Javascript,
specifically use of the innerHTML property and creation of HTML fragments.
The attached changes allow iui pages to be served …
-
Saw that the icons for the Blood Maledict class resource were included, but did not show up in game. Decided to dig in a bit and discovered a couple of issues on the way. All of this was tested on a f…
-
```
What steps will reproduce the problem?
I have this code in the header of my iUI template:
CableOrganizer
View cart
I've tweake…
-
```
What steps will reproduce the problem?
I have this code in the header of my iUI template:
CableOrganizer
View cart
I've tweake…
-
Using the basic example as a baseline to make sure the error wasn't on my end, I tried to add a menu, changing the window type to `HasMenubar` and adding `let menu = Menu::new(&ui, "Test Menu");` Thi…
-
```
This is quite a general topic, but I want to see what people think about
it.
The styling of iUI currently relies very much on the structure of your
document. I find it sometimes very hard to ac…
-
```
When served as XHTML, a number of problems pop up with the Javascript,
specifically use of the innerHTML property and creation of HTML fragments.
The attached changes allow iui pages to be served …
-
I am in the process of upgrading my application from Angular v8 to v14. I have made it stable till v10, and now I am moving it to v11.
As part of upgradation process, I am trying to replace integralu…
-
Just some ideas for optimization:
1. Wide BVH: The standard BVH (and in our current implementation) uses binary trees. We can use n-ary trees (for n = 4/8) instead to make the tree shallower and re…
-
```
What steps will reproduce the problem?
I have this code in the header of my iUI template:
CableOrganizer
View cart
I've tweake…