Bug 13210

Summary: Textarea resizer not drawn on pages with no external resources and specified in user style sheet
Product: WebKit Reporter: Matt Lilek <dev+webkit>
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Minor CC: ahmad.saleem792, mitz
Priority: P3    
Version: 523.x (Safari 3)   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
Reduction none

Matt Lilek
Reported 2007-03-27 15:45:24 PDT
If textarea resizing is specified in a user style sheet and a page does not have any external css resources, the resize handle will not be drawn until the textarea is focused.
Attachments
Reduction (402 bytes, text/html)
2007-03-27 17:47 PDT, Matt Lilek
no flags
Matt Lilek
Comment 1 2007-03-27 17:43:41 PDT
To clarify a bit: - This can be triggered not just by external CSS, but other external resources (ie: javascripts) - This only seems to apply to the resize attribute when alone, other styles apply fine and the resizer shows up properly when other styles are specified for the textarea. - This only happens when resize is specified in a user style sheet, it works fine if specified within the document. - Forcing a repaint by resizing the window, switching tabs, etc doesn't do anything.
Matt Lilek
Comment 2 2007-03-27 17:47:46 PDT
Created attachment 13836 [details] Reduction This style needs to be in your user style sheet: "textarea { resize: both; }" Changing that to something like "textarea { resize: both; color: red; }" causes the resizer to appear.
Ahmad Saleem
Comment 3 2022-09-24 05:08:42 PDT
I am not able to reproduce this in Safari Technology Preview 154, the resize control on the bottom right corner is available using attached reduction and it is matching with Chrome Canary 108 and Firefox Nightly 107. I am marking this as "RESOLVED CONFIGURATION CHANGED". Please reopen, if someone is available to reproduce. Thanks!
Note You need to log in before you can comment on or make changes to this bug.