Opened 10 years ago
Closed 10 years ago
#11872 closed defect (wontfix)
<Mac Safari>above iframe area, the menu of right key on dijit dialog is not right
Reported by: | william wang | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Dijit | Version: | 1.3.2 |
Keywords: | Mac, Safari, iframe | Cc: | |
Blocked By: | Blocking: |
Description (last modified by )
dojo version: 1.3.2 OS: Mac browser: Safari
Steps:
- Create a html page, make sure there is iframe in it;
- Create a dijit dialog in the html page, show the dialog;
- Drag the dialog to the area of iframe;
- Click right key of mouse, the menu comes out;
Bug: the menu content is not associated with dialog, but the iframe. This issue only occured on Mac Safari, worked well in other browsers.
Attachments (1)
Change History (2)
Changed 10 years ago by
Attachment: | testingFilesAndScreenshot.zip added |
---|
comment:1 Changed 10 years ago by
Component: | General → Dijit |
---|---|
Description: | modified (diff) |
Resolution: | → wontfix |
Status: | new → closed |
Your testcase didn't work, it's missing dojo.require() for many widgets. But after adding those requires I see what you are saying. It looks like a browser bug though, I don't see any way for dojo to fix it. You aren't even talking about a dijit.Menu, but the native browser menu, so dijit isn't involved much.
Note: See
TracTickets for help on using
tickets.
testing files(dojo path should be updated) and issue screenshot.