Closed
Bug 553087
Opened 15 years ago
Closed 15 years ago
navigateToURL is not browsing to tab when in full screen on player
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: honmanBlee, Unassigned)
Details
(Keywords: regression, Whiteboard: [closeme 05-05-2010])
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.8) Gecko/20100202 Firefox/3.5.8 (.NET CLR 3.5.30729)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.8) Gecko/20100202 Firefox/3.5.8 (.NET CLR 3.5.30729)
If the player is in full size, it will not navigate to the new url and will stay on the player. This is inconsistent behavior from the previous version of firefox and all current IE browsers. If the player is not in full screen mode, clicking the icon will refocus the browser on a new tab and pass the url information.
Reproducible: Always
Steps to Reproduce:
Create an icon that calls navigateToURL (actionscript 3) function with a new url as the parameter
Create this icon to show up on top of an video player. The player should be allowed to resize to full screen
Publish the swf/player file and open it in the Firefox 3.6 browser
Click on the link that will trigger the navigateToURL function call when the player is in full screen
Actual Results:
If the player is in full size, it will not navigate to the new url and will stay on the player. This is inconsistent behavior from the previous version of firefox and all current IE browsers. If the player is not in full screen mode, clicking the icon will refocus the browser on a new tab and pass the url information.
Expected Results:
New tab populated with displaying the page from the url should be in focus every time the navigateToURL function is called regardless of state(full size versus normal) of the player.
Updated•15 years ago
|
Component: Tabbed Browser → Plug-ins
Keywords: regression
Product: Firefox → Core
QA Contact: tabbed.browser → plugins
Version: unspecified → 1.9.2 Branch
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.4) Gecko/20100413 Firefox/3.6.4
Please update if you are able to still reproduce with the latest nightly build ftp://ftp.mozilla.org/pub/firefox/nightly/latest-trunk/
Whiteboard: [closeme 05-05-2010]
Comment 2•15 years ago
|
||
Can we have a url or testcase where you are seeing this behavior?
Comment 3•15 years ago
|
||
Need a url or testcase to reopen.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•