-
Auto vertical overflow detection inside RBlock does not work properly. Please use this patch as inspiration for proper solution.
2009-05-07 22:28:57 UTC in Lobo - Java Web Browser
-
Consider case when there is DIV with overflow='scroll' deep inside the DOM structure. Then it gets properly renderered with scrollbars and these do work just fine but only for mouse-clicks. Mouse wheel only works for top-level RBlock. Please use this patch as inspiration for proper solution.
2009-05-07 22:25:58 UTC in Lobo - Java Web Browser
-
Hello,
I have added limited text-transform CSS property support.
It is based on CSS2 specification supporting
text-transform:uppercase|lowercase|capitalize.
To achieve full compliance one would have to properly implement the text-transform:inherit too. BTW inherit is also the default value of the property. I do not have the necessary level understanding of your code to get further and...
2008-04-03 08:41:36 UTC in Lobo - Java Web Browser
-
Hello,
The support for UserData and UserDataHandlers attached to nodes is currently unfinished. I needed the support to cover the case of clonning nodes. It was just a small tweak. Please consider merging.
Regards
Vitek.
2008-03-27 09:51:12 UTC in Lobo - Java Web Browser
-
Eclipse generated patch in Unified format against HTML_Renderer project providing support for ProcessingInstruction nodes within DOM structure.
Hopefully it should be possible to apply the patch from Eclipse too. If you would prefer different format, just let me now.
Vitek
VitekCvachoucek@gmail.com.
2008-03-05 19:27:58 UTC in Lobo - Java Web Browser