Closed
Bug 636699
Opened 14 years ago
Closed 9 years ago
Pop Out window comes in Full Screen
Categories
(Core :: XUL, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: prasad, Unassigned)
References
()
Details
(Keywords: regression, Whiteboard: [4b12])
User-Agent: Mozilla/5.0 (X11; Linux i686; rv:2.0b12) Gecko/20100101 Firefox/4.0b12
Build Identifier:
Going to browser Full Screen mode and clicking on Pop Out brings up the window in Full Screen mode
Reproducible: Always
Steps to Reproduce:
1.Load the video: http://www.youtube.com/watch?v=VSb4eHxtnR4&feature=topvideos
2.Full Screen : F11
3.Click "Pop Out" present on the control bar of the video
Actual Results:
Pop out window comes in Full Screen mode
Note:Clicking on "Full Screen" button seems now going to Full Screen,because once after clicking mouse hover says "Exit Full Screen"
Expected Results:
Pop Out window should appear in normal state
![]() |
||
Comment 2•14 years ago
|
||
Regression window(1.9.2 nightly):
Works:
http://hg.mozilla.org/releases/mozilla-1.9.2/rev/4ca2f1951447
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2b3pre) Gecko/20091111 Namoroka/3.6b3pre ID:20091111033750
Fails:
http://hg.mozilla.org/releases/mozilla-1.9.2/rev/88ce6c86cbb3
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2b3pre) Gecko/20091112 Namoroka/3.6b3pre ID:20091112034241
Pushlog:
http://hg.mozilla.org/releases/mozilla-1.9.2/pushloghtml?fromchange=4ca2f1951447&tochange=88ce6c86cbb3
Regression window(m-c nightly):
Works:
http://hg.mozilla.org/mozilla-central/rev/f4ef40336cc6
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.3a1pre) Gecko/20091110 Minefield/3.7a1pre ID:20091110031028
Fails:
http://hg.mozilla.org/mozilla-central/rev/b00b441c641f
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.3a1pre) Gecko/20091111 Minefield/3.7a1pre ID:20091111082015
Pushlog:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=f4ef40336cc6&tochange=b00b441c641f
In local build:
d4f8b4b9ccac : fails
5aa509dd5c5d : fails:
115ee72e7308 : fails
3eafe2f1c357 : works
3c13dfd53b59 : works
f1975d08b880 : works
Suspected:
115ee72e7308 Karl Tomlinson — b=527615 use gtk_window_fullscreen not gdk_window_fullscreen r=roc
Blocks: 527615
Status: UNCONFIRMED → NEW
blocking1.9.2: --- → ?
blocking2.0: --- → ?
Ever confirmed: true
Keywords: regression
Version: unspecified → 1.9.2 Branch
Comment 3•14 years ago
|
||
Not "blocking" a 3.6.x update if we've lived with it for all of 3.6, but we'll look at approving a patch if this gets fixed on trunk.
blocking1.9.2: ? → -
status1.9.2:
--- → wanted
Updated•14 years ago
|
Assignee: nobody → karlt
Updated•14 years ago
|
blocking2.0: ? → -
Comment 4•14 years ago
|
||
This is not a Widget:Gtk bug. MakeFullScreen() is being called on the widget.
Might be worth trying to understand why this code is ifdef XP_WIN.
http://hg.mozilla.org/mozilla-central/annotate/5666cb06e519/xpfe/appshell/src/nsAppShellService.cpp#l343
Assignee: karlt → nobody
Component: Plug-ins → XP Toolkit/Widgets: XUL
QA Contact: plugins → xptoolkit.xul
Version: 1.9.2 Branch → Trunk
Comment 5•13 years ago
|
||
This issue is still reproducing on the latest Firefox 15 beta: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0
Steps to Reproduce:
1. Go to http://www.youtube.com/ and play a video.
2. Press F11 (get only the browser in full screen, not the video).
3. Right-click the video, then select the "Pop Out" option from the contextual menu.
The pop out window is opened in Full Screen mode, although the buttons on its bottom right corner say it's in the mode the video was in when popping out (small or large player). The user can't change the dimensions of the video.
Hardware: x86 → All
Comment 6•9 years ago
|
||
> 3. Right-click the video, then select the "Pop Out" option from the
> contextual menu.
There is no "Pop Out" option in youtube videos (I think it was removed), so no possibility to check if the issue is still reproducible.
I will close the bug. If anyone can reproduce the issue, please reopen and provide more information on how to reproduce.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INCOMPLETE
Comment 7•7 years ago
|
||
Moving to Core:XUL per https://bugzilla.mozilla.org/show_bug.cgi?id=1455336
Component: XP Toolkit/Widgets: XUL → XUL
You need to log in
before you can comment on or make changes to this bug.
Description
•