Opened 11 years ago
Closed 11 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 , 11 years ago
comment:2 by , 11 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 , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
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.
Actually, this seems to happen to any textarea with scrollbars.