#8731 closed defect (wontfix)
dijit.Dialog drag icon disappears after drag in FF3
Reported by: | Scott | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Dijit | Version: | 1.3.0b1 |
Keywords: | Dialog, dijit.Dialog | Cc: | |
Blocked By: | Blocking: |
Description (last modified by )
Repro steps in FF3:
- Open a dijit.Dialog
- Hover the mouse over the titlebar -- the hand icon appears in place of the mouse pointer.
- Click and hold titlebar to drag dialog -- still showing hand icon.
- Release mouse -- hand icon changes to pointer, even though mouse is still over titlebar. Must mouseout of titlebar and back in for hand icon to appear again.
Expected: Hand icon remains whenever the mouse is over the titlebar.
Works as expected in IE7/Vista and Safari 3.2/Mac, but fails on FF3.0.6/Mac
Change History (5)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Unfortunately all the dialogs in test_Dialog.html fail this case for me too. I don't have any weird extensions -- it fails with Firebug on and off, Web Developer on and off. Let me know what other information I can provide.
comment:3 Changed 12 years ago by
Just tried on another Mac (also FF 3.0.6) and it fails there, too. These are both Intel Macs running OS X 10.5.6.
I cannot repro on FF 3/Vista or FF 2/XP though.
Just to be clear -- the hand icon appears when you first mouse over the titlebar and disappears after dragging, but while still hovering over the titlebar.
comment:5 Changed 12 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
This is a FF3.0 and/or OSx10.5 bug, but (according to unscriptable on IRC) it's fixed in FF3.1.
I doubt there's much we can do about it in the meantime. We simply have a cursor: ... for that node:
.tundra .dijitDialogTitleBar { background:#FAFAFA url(images/titleBar.png) repeat-x scroll left top; cursor:move; ...
Hmm, that's weird. It's working for me though on test_Dialog.html (on the first show dialog button), on FF 3.0.6 / mac
Can you attach a test case where it fails (or does that test fail for you)?