Opened 10 years ago

Closed 10 years ago

#10623 closed bug (fixed)

Invisible text when editing pages on www.haiku-os.org

Reported by: pulkomandy Owned by: pulkomandy
Priority: normal Milestone: R1
Component: Applications/WebPositive Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

Login to haiku-os.org and try to create or edit a page. the text in the edit box doesn't display until you select it, and tends to disappear again as you edit it.

Change History (3)

comment:1 by pulkomandy, 10 years ago

Actually, this seems to happen to any textarea with scrollbars.

comment:2 by pulkomandy, 10 years ago

Some other places where this happens: http://pastie.org Trac (iframes with scrollbars because of preformatted blocks, and the issue comment textarea, for example)

comment:3 by pulkomandy, 10 years ago

Resolution: fixed
Status: newclosed

Fixed in https://github.com/haiku/webkit/commit/4b3e388e6e5cf61bf8a33aba54182c4d63205e64. Drawing the scrollbar modified the view state, breaking the border-radius drawing. Any box with border-radius and a scrollbar would be affected.

Note: See TracTickets for help on using tickets.