Closed
Bug 644224
Opened 14 years ago
Closed 7 years ago
A warning "You are about to close N tabs." if any pop-up message window is closed in novell groupwise webmail
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INACTIVE
People
(Reporter: lallaashish, Unassigned)
Details
(Keywords: ux-userfeedback)
Attachments
(1 file)
|
631.29 KB,
application/vnd.openxmlformats-officedocument.wordprocessingml.document
|
Details |
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0) Gecko/20100101 Firefox/4.0
Build Identifier: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0) Gecko/20100101 Firefox/4.0
whenever i want to close any pop-up which is open, the main browser page's warning message comes up asking me "You are about to close 3 tabs. Are you sure you want to continue"
Reproducible: Always
Steps to Reproduce:
1.close any pop-up window
2.
3.
Actual Results:
the main browser page with all tabs tries to close itself
Expected Results:
the warning message for closing all tabs on the main page should not have come
it should have only closed the pop-up. thats it!
Comment 1•14 years ago
|
||
> whenever i want to close any pop-up which is open
do you see this with firefox started in safe mode?
http://support.mozilla.com/en-US/kb/Safe Mode
what pop up?
please post screen shot?
Updated•14 years ago
|
Group: core-security
| Reporter | ||
Comment 2•14 years ago
|
||
| Reporter | ||
Comment 3•14 years ago
|
||
I have attached the screen-shot of the bug. I have not tried it with safe-mode but I believe its a very critical bug, which should not have occurred even in normal mode.
Comment 4•14 years ago
|
||
(In reply to comment #2)
> Created attachment 521476 [details]
> word document with screen-shot
Next type just attach the image please :-)
Keywords: ux-userfeedback
Comment 5•14 years ago
|
||
Please report results of using this in safe mode.
However, I suspect the fault may be with novell groupwise's webmail
Summary: A warning message comes if any pop-up window is closed → A warning "You are about to close N tabs." if any pop-up message window is closed in novell groupwise webmail
Updated•14 years ago
|
Version: unspecified → 4.0 Branch
I can reproduce this issue systematically with the addon I am working on, which opens a popup window. This was reported as an issue for the addon: https://github.com/gorhill/uBlock/issues/429#issuecomment-118006928
The popup window is opened as follow by the addon:
Services.ww.openWindow(
self,
details.url,
null,
'menubar=no,toolbar=no,location=no,resizable=yes',
null
);
Where `self` is the window from the chrome code in which the addon runs.
Note that the issue does not occur with Linux Mint, but it does with Windows 7.
If one choose to agree to the warning, only the popup will close, the tabs which were the subject of the warning are left intact. When the popup window is opened, I can see two Firefox windows in the task bar, suggesting both windows are top-level windows.
Copy-pasting the repro steps here:
- Set default web page at start to "Show a blank page"
- Have at least two (unpinned) tabs opened in the main window
- Check "Warn me when closing multiple tabs" has to be checked
- Install https://addons.mozilla.org/En-us/firefox/addon/ublock-origin/
- Once install open popup of addon, and click the logger icon
- Logger icon: https://github.com/gorhill/uBlock/wiki/The-logger
- The logger will open in a new window
- Close the logger
Result: on Windows, a warning that you are about to close two tabs. Accept the warning and the popup closes, and the two tabs are left intact.
> - Install https://addons.mozilla.org/En-us/firefox/addon/ublock-origin/
My mistake, I meant to say to install version 0.9.9.3 from GitHub, which contains the code with the issue: https://github.com/gorhill/uBlock/releases
Comment 9•7 years ago
|
||
We only support webextensions now and the original report could not reproduced
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → INACTIVE
You need to log in
before you can comment on or make changes to this bug.
Description
•