Closed
Bug 48716
Opened 24 years ago
Closed 24 years ago
Can't select a <input type="file"> in editor by clicking in the text field
Categories
(Core :: DOM: Editor, defect, P3)
Tracking
()
VERIFIED
FIXED
mozilla0.9
People
(Reporter: sfraser_bugs, Assigned: sfraser_bugs)
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
Loading a page with form elements in composer, you can click on most form
controls and delete them. But you can't click on the textfield part of a file
input to select it.
I think this is selection throttling because of ender-lite here.
I also need to fix frameselection to handle user-select correctly.
Assignee | ||
Comment 3•24 years ago
|
||
Assignee | ||
Comment 4•24 years ago
|
||
The fix is to explicitly call nsFrame::Paint from nsFileControlFrame's Paint
method, and to not assume that calling up the nsAreaFrame::Paint methods will do
this for us (since it won't; see bug 58121).
Thanks for fixing this simon, you can have my r=/sr= depending on what you need,
if you can get either atinassi or rods to sign off on it.
Comment 6•24 years ago
|
||
looks good r=rods
Assignee | ||
Comment 7•24 years ago
|
||
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•