Open
Bug 386938
Opened 18 years ago
Updated 3 years ago
XUL textbox in HTML page has no context menu
Categories
(Core :: XUL, defect)
Tracking
()
NEW
People
(Reporter: jruderman, Unassigned)
Details
(Keywords: testcase)
Attachments
(1 file)
|
207 bytes,
application/xml
|
Details |
Steps to reproduce:
1. Load the testcase.
2. Ctrl+click the textbox (testing on Mac, where Ctrl+click is roughly equivalent to right-click).
Result: Nothing happens.
Expected: Context menu with items like "Paste" and "Undo".
(Split from bug 329395. Tested with Mac trunk debug, post bug 279703 landing.)
Comment 1•18 years ago
|
||
Yes, this is because html documents don't have an nsRootBoxFrame to hold the anonymous popup set frame. Not a regression from 279703 though as this has always been this case.
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: xptoolkit.xul → xptoolkit.widgets
Updated•3 years ago
|
Severity: minor → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•