Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] Annotation underline won't refresh

Hello,

I'm having a problem with annotation underlines not being refreshed properly in XQDT (which uses SSE). It happens only when the annotation spans over white spaces. AFAICT, the faulty annotation is properly deleted but somehow only the part containing characters is refreshed.

It might have to do with the difference between ITextRegion.getTextLength() and ITextRegion.getText(). When I change my implementation so that getTextLength() always equates getText() I don't have the refresh problem above.

Still investigating. Meanwhile, any ideas what could be wrong?
thanks
Lionel


Back to the top