RBlock height computation + BaseRCollection issue
Status: Beta
Brought to you by:
trainhappy
This patch fix the RBlock height computation resulting in wrong block display (css height property not working as expected).
It also fix an issue when mouse move events are propagated in the document tree. The RBlockViewport x,y position is always 0 even if the viewport alignment is center or right which result in onMouseOver events to be lost (ie. try adding a link with text-align: right and a:hover { color: red; }: the event is not triggered). By always accepting the child element (RBlockViewport) we can ensure that the event propagate further.
Thanks, your patch is commited in Lobo Evolution(fork of Lobo Browser). See commit https://sourceforge.net/p/loboevolution/code-0/50/ and https://sourceforge.net/p/loboevolution/code-0/49/