Open
Bug 747739
Opened 13 years ago
Updated 3 years ago
Resizer of text area can't work if text style sets to none
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
NEW
People
(Reporter: hidenosuke, Unassigned)
References
()
Details
Steps to reproduce:
1. Open the URL.
2. Set Page Style to "No Style"
Actual Result:
Resizer of text area can't work.
Expected Result:
Resizer of text area can work or resizer is not displayed.
Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120422 Firefox/14.0a1
Comment 1•13 years ago
|
||
Looks like resizer changes the textarea size by inline CSS.
http://mxr.mozilla.org/mozilla-central/source/layout/xul/base/src/nsResizerFrame.cpp#436
So, when CSS is disabled, it wouldn't work...
Updated•3 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•