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)

All
Mac System 8.5
defect

Tracking

()

VERIFIED FIXED
mozilla0.9

People

(Reporter: sfraser_bugs, Assigned: sfraser_bugs)

Details

Attachments

(1 file)

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.
Future.
Status: NEW → ASSIGNED
Target Milestone: --- → Future
cc rods
Target Milestone: Future → mozilla0.9
Attached patch nsFileControlFrame fix (deleted) — Splinter Review
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.
looks good r=rods
Fixed.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Verified on 8-29 build
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: