Closed Bug 23696 Opened 25 years ago Closed 25 years ago

Context menu in box with html input element doesn't work

Categories

(Core :: XUL, defect, P3)

x86
Windows NT
defect

Tracking

()

VERIFIED DUPLICATE of bug 14874

People

(Reporter: aaronr, Assigned: buster)

Details

Attachments

(1 file)

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>
Target Milestone: M15
Assignee: trudelle → saari
reassigning to saari as p3 for m15, cc evaughan - possible HTML Form control
bug?
really reassigning.
Assignee: saari → pinkerton
Taking menu/popup bugs.
smells like an ender problem, going to buster.
Assignee: pinkerton → buster


*** This bug has been marked as a duplicate of 14874 ***
Status: NEW → RESOLVED
Closed: 25 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
verified dupe of bug 14874 [Feature] Each edit control needs a context menu
Status: RESOLVED → VERIFIED
Attached file crash-log
sorry, attachment to wrong Bug#!!
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.

Attachment

General

Creator:
Created:
Updated:
Size: