Closed
Bug 23696
Opened 26 years ago
Closed 26 years ago
Context menu in box with html input element doesn't work
Categories
(Core :: XUL, defect, P3)
Tracking
()
M15
People
(Reporter: aaronr, Assigned: buster)
Details
Attachments
(1 file)
|
62.44 KB,
text/plain
|
Details |
Using the below testcase (based off of an example in the
XUL tutorial) you'll notice that I can get a context menu
to appear over a XUL titled button and over a box
containing a <html:div> element. But if I put a
<html:input> inside the box, the popup won't appear over
the input element. This occurrs on M12.
<?xml version="1.0"?>
<window
id="example-window" title="Example 6.2.3"
xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is
.only.xul">
<popupset>
<popup id="editpopup">
<menuitem value="Cut" accesskey="t"/>
<menuitem value="Copy" accesskey="c"/>
<menuitem value="Paste" accesskey="p"
disabled="true"/>
</popup>
</popupset>
<titledbutton value="Pop Me Up" context="editpopup"/>
<box context="editpopup">
<html:input id="find-text" flex="1" style="min-width:
150px;"/>
<html:div>
Here's some text
</html:div>
</box>
</window>
Updated•26 years ago
|
Target Milestone: M15
Updated•26 years ago
|
Assignee: trudelle → saari
Comment 1•26 years ago
|
||
reassigning to saari as p3 for m15, cc evaughan - possible HTML Form control
bug?
Comment 2•26 years ago
|
||
really reassigning.
Updated•26 years ago
|
Assignee: saari → pinkerton
Comment 3•26 years ago
|
||
Taking menu/popup bugs.
Comment 4•26 years ago
|
||
smells like an ender problem, going to buster.
Assignee: pinkerton → buster
Comment 5•26 years ago
|
||
*** This bug has been marked as a duplicate of 14874 ***
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
BULK MOVE: Changing component from XUL to XP Toolkit/Widgets: XUL. XUL
component will be deleted.
Component: XUL → XP Toolkit/Widgets: XUL
Comment 7•26 years ago
|
||
verified dupe of bug 14874 [Feature] Each edit control needs a context menu
Status: RESOLVED → VERIFIED
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: paulmac → xptoolkit.widgets
You need to log in
before you can comment on or make changes to this bug.
Description
•