> Pawel P wrote:
>> I want to draw my own focus border because mozilla engine sometimes 
>> paint dotted outline under elements.
>>
>> I'am trying to "hack" viewManager to do this
> 
> Why not just change the existing focus rect painting?

Because default focus rect is drawn improperly for me:(
ex:
<imput type=text value=1><imput type=text value=2>
<imput type=text value=3><imput type=text value=4>
<imput type=text value=5><imput type=text value=6>

When html elements are near like above and "<imput type=text value=3>" 
has focus. The border focus (outline) is visible only on left side of 
the "<imput type=text value=3>". The rest of this rect is painted under 
other inputs.

I want to paint focus rect always over all elements. Whole rect must be 
visible.
_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to