Closed
Bug 641460
Opened 12 years ago
Closed 12 years ago
Fennec stays minimized when closing multiple tabs on Maemo /MeeGo
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jbos, Assigned: tatiana)
Details
Attachments
(2 files)
575 bytes,
patch
|
mfinkle
:
review-
romaxa
:
review-
|
Details | Diff | Splinter Review |
2.07 KB,
patch
|
vingtetun
:
review+
romaxa
:
feedback+
|
Details | Diff | Splinter Review |
In Meego Warning on Close prevent Fennec on MeeGo to close successfully which cause that Fennec can not be started a second time ("Firefox is already running"-Error) This is because of this warning. We simply need to disable it.
Reporter | ||
Updated•12 years ago
|
Attachment #519115 -
Flags: review?(mark.finkle)
Reporter | ||
Updated•12 years ago
|
Attachment #519115 -
Flags: review?(romaxa)
Comment 1•12 years ago
|
||
Comment on attachment 519115 [details] [diff] [review] Disable Warn On Close for Meego / Maemo I don't think this is a good idea to to do it this way, fennec is single window multi-tab app, and when you close fennec from taskswitcher with multiple tabs we should bring fennec to the user and allow to choos close fennec or not.
Attachment #519115 -
Flags: review?(romaxa) → review-
Reporter | ||
Comment 2•12 years ago
|
||
Duno if this allowed in meego ui spec / possible.
Comment 3•12 years ago
|
||
Comment on attachment 519115 [details] [diff] [review] Disable Warn On Close for Meego / Maemo I agree with Oleg. If you wanted to get fancy, you could just close the current tab when closing from the task switcher. As a baseline, you should do what Oleg suggests and focus fennec and display the shutdown prompt.
Attachment #519115 -
Flags: review?(mark.finkle) → review-
Reporter | ||
Comment 4•12 years ago
|
||
yep. i dont want to doubt that. The thing is that taskswitcher just remove the window (without waiting on action from application). Mhm I need to investigate if there are option to do raise the window once more - but i'm sure its not fitting device rules.
Reporter | ||
Comment 5•12 years ago
|
||
Looks like the window get just killed, without requesting / waiting for the application. So even if we open the Window and ask for opinion of user the browser window will be gone from taskswitcher. I do not see any option for asking the user / giving the user a choice to rethink his action.
Reporter | ||
Comment 6•12 years ago
|
||
Sorry for the spam. How should we proceed now? Turn off the pref is the only option i see.
Assignee | ||
Comment 7•12 years ago
|
||
in order to prevent closing for graphics view we need something like void closeEvent(QCloseEvent *event) { event->ignore(); activateWindow(); }
Assignee | ||
Updated•12 years ago
|
Summary: Disable Tab Warning on Close for Meego Fennec → Fennec stays minimized when closing multiple tabs on Maemo /MeeGo
Assignee | ||
Comment 8•12 years ago
|
||
Assignee: nobody → tanya.meshkova
Status: NEW → ASSIGNED
Attachment #529742 -
Flags: feedback?(romaxa)
Comment 9•12 years ago
|
||
Comment on attachment 529742 [details] [diff] [review] Activate while waiting to close > this._waitingToClose = true; >+#ifdef MOZ_PLATFORM_MAEMO >+ window.QueryInterface(Ci.nsIDOMChromeWindow).restore(); >+#endif I guess mobile-UI guys need to check this part
Attachment #529742 -
Flags: review?(21)
Attachment #529742 -
Flags: feedback?(romaxa)
Attachment #529742 -
Flags: feedback+
Attachment #529742 -
Flags: review?(21) → review+
Comment 10•12 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/94042ef440fa
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 11•12 years ago
|
||
Can you provide some STR so we can verify this please?
Comment 12•12 years ago
|
||
I see it works fine now, but I'm not sure am I able to set verify status or not...
You need to log in
before you can comment on or make changes to this bug.
Description
•