Closed
Bug 613876
Opened 15 years ago
Closed 15 years ago
New Tab-Modal alert dialog boxes no-longer respects OS "Mouse Properties" setting feature "Snap To" when enabled
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: rob64rock, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:2.0b8pre) Gecko/20101121 Firefox/4.0b8pre
Build Identifier: Mozilla/5.0 (Windows NT 5.1; rv:2.0b8pre) Gecko/20101121 Firefox/4.0b8pre
When new Tab-Modal feature is enabled, about:config setting: "prompts.tab_modal.enabled;true"
It no longer respects OS "Mouse Properties" setting feature "Snap To" when enabled. ScreenShot here: http://i53.tinypic.com/2il22o7.png
Reproducible: Always
Steps to Reproduce:
1.enabled, about:config setting: "prompts.tab_modal.enabled;true"
2.Make any Tab-Modal dialog box appear(exp... Click Spam/Trash Folders [Empty] link when viewing your "Yahoo! Mail")
3.
Actual Results:
The new Tab-Modal alert dialog boxes don't respect OS "Mouse Properties" setting feature "Snap To" when enabled.
Expected Results:
The new Tab-Modal alert dialog boxes should respect OS "Mouse Properties" setting feature "Snap To" when enabled.
Note: Disabling new Tab-Modal feature in about:config "prompts.tab_modal.enabled;false"
Allows the Tab Modal dialog boxes to respect OS "Mouse Properties" setting feature "Snap To" when enabled.
Summary: Tab-Modal alert dialog boxes don't respect OS "Mouse Properties" setting feature "Snap To" when enabled → New Tab-Modal alert dialog boxes don't respect OS "Mouse Properties" setting feature "Snap To" when enabled
Comment 1•15 years ago
|
||
The original dialog code made use of this:
window.notifyDefaultButtonLoaded(defaultButton);
http://hg.mozilla.org/releases/mozilla-1.9.2/annotate/10fd22d17902/toolkit/content/widgets/dialog.xml#l190
Originally added by Bug 76053 Windows mouse integration: no "Snap to default button in dialog boxes" r=enn+ere, sr=roc
Comment 3•15 years ago
|
||
At http://windows.microsoft.com/en-US/windows7/Change-mouse-settings there's this note on "Automatically move pointer to the default button in a dialog box check box":
"Not all programs support this setting. In some programs, you'll need to move the mouse pointer to the button you want to click."
As implemented right now the alerts are no longer, technically at least, dialog boxes.
If the alerts are meant to remain as they are right now on Mozilla/5.0 (Windows NT 6.0; rv:2.0b8pre) Gecko/20101123 Firefox/4.0b8pre ID:20101123045657 I'd lean into WONTFIX this, but who knows Mozilla seems to be reinventing the whole UI for Firefox 4.
Summary: New Tab-Modal alert dialog boxes don't respect OS "Mouse Properties" setting feature "Snap To" when enabled → New Tab-Modal alert dialog boxes no-longer respects OS "Mouse Properties" setting feature "Snap To" when enabled
(In reply to comment #3)
> At http://windows.microsoft.com/en-US/windows7/Change-mouse-settings there's
> this note on "Automatically move pointer to the default button in a dialog box
> check box":
>
> "Not all programs support this setting. In some programs, you'll need to move
> the mouse pointer to the button you want to click."
>
> As implemented right now the alerts are no longer, technically at least, dialog
> boxes.
>
> If the alerts are meant to remain as they are right now on Mozilla/5.0 (Windows
> NT 6.0; rv:2.0b8pre) Gecko/20101123 Firefox/4.0b8pre ID:20101123045657 I'd lean
> into WONTFIX this, but who knows Mozilla seems to be reinventing the whole UI
> for Firefox 4.
I know that not all programs respect Windows "Snap-To" feature, I'm not debating that, but this bug states that Firefox has respected that Windows Feature in the past and now it doesn't.
If someone can confirm or reproduce this bug then at least change it's status from UNCONFIRMED to NEW or to Won't Fix instead of leaving the bug HANGING.
Comment 5•15 years ago
|
||
Confirming.
So, is this going to get fixed or it's a won't fix?
I'll bump it up to NEW, CCing faaborg for input.
Is this something the UX team wants? At least for the currently focused tab? (I can't remember if unfocused tabs auto-focus on alert. If they don't, should the cursor snap-to the alert's buttons upon switching to the tab with the alert?)
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 7•15 years ago
|
||
We decided not to do this on the principle that these dialogs should be no more privileged than anything else a web page can do. IE, they should feel like something of the web, not of your OS.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•