Bug 13210 - Textarea resizer not drawn on pages with no external resources and specified in user style sheet
Summary: Textarea resizer not drawn on pages with no external resources and specified ...
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P3 Minor
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-27 15:45 PDT by Matt Lilek
Modified: 2022-09-24 05:08 PDT (History)
2 users (show)

See Also:


Attachments
Reduction (402 bytes, text/html)
2007-03-27 17:47 PDT, Matt Lilek
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Lilek 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.
Comment 1 Matt Lilek 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.
Comment 2 Matt Lilek 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.
Comment 3 Ahmad Saleem 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!