Closed
Bug 729830
Opened 13 years ago
Closed 3 years ago
[SeaMonkey, OSX] "test_fullscreen-api.html | [keys] Should exit full-screen mode for VK_F11 press"
Categories
(Core :: DOM: Core & HTML, defect, P5)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: sgautherie, Unassigned, NeedInfo)
References
(Blocks 1 open bug, )
Details
http://tinderbox.mozilla.org/showlog.cgi?log=SeaMonkey/1329943779.1329945903.16197.gz
OS X 10.5 comm-central-trunk debug test mochitests-1/5 on 2012/02/22 12:49:39
+
http://tinderbox.mozilla.org/showlog.cgi?log=SeaMonkey-Beta/1329961752.1329966090.25370.gz
OS X 10.6 comm-beta debug test mochitests-1/5 on 2012/02/22 17:49:12
{
72273 ERROR TEST-UNEXPECTED-FAIL | /tests/content/html/content/test/test_fullscreen-api.html | [keys] Should exit full-screen mode for VK_F11 press - got true, expected false
}
NB: This is the last/only failure on this suite.
***
http://tinderbox.mozilla.org/showbuilds.cgi?tree=SeaMonkey-Beta&maxdate=1327337281&hours=24&legend=0&norules=1
http://tinderbox.mozilla.org/showlog.cgi?log=SeaMonkey-Beta/1327331070.1327332943.24358.gz
OS X 10.6 comm-beta debug test mochitests-1/5 on 2012/01/23 07:04:30
rev:31064b2b5116
moz:9ce530c3cf52
was already failing.
***
Code is
http://mxr.mozilla.org/mozilla-central/source/content/html/content/test/file_fullscreen-api-keys.html?force=1
{
48 function checkKeyEffect() {
49 is(gKeySuppressed, !gKeyReceived, "Should not receive key events for " + gKeyName);
50 is(document.mozFullScreen, false, "Should exit full-screen mode for " + gKeyName + " press");
}
which was last modified in bug 691583.
Reporter | ||
Comment 1•13 years ago
|
||
(In reply to Serge Gautherie (:sgautherie) from comment #0)
> NB: This is the last/only failure on this suite.
On OSX 10.5.
Comment 2•13 years ago
|
||
At the very least, this needs someone with a Mac who can run a full-screen demo page locally and see what happens when they press F11 while the page has turned on full screen mode.
Note: as a stopgap, rather than finding a full-screen demo page, you can open the Error Console from the browser window and evaluate this:
top.opener.content.focus(); top.opener.content.body.mozRequestFullScreen();
Comment hidden (Legacy TBPL/Treeherder Robot) |
Reporter | ||
Comment 4•13 years ago
|
||
(In reply to TinderboxPushlog Robot from comment #3)
> ryanvm%gmail.com
> https://tbpl.mozilla.org/php/getParsedLog.php?id=10328199&tree=Mozilla-
> Inbound
> Rev3 MacOSX Leopard 10.5.8 mozilla-inbound debug test mochitests-1/5 on
> 2012-03-23 14:53:34
That one is Bug 726540.
Comment hidden (Legacy TBPL/Treeherder Robot) |
Reporter | ||
Comment 6•13 years ago
|
||
(In reply to TinderboxPushlog Robot from comment #5)
> vporof
> https://tbpl.mozilla.org/php/getParsedLog.php?id=11032473&tree=Try
> Rev3 Fedora 12x64 try opt test mochitests-1/5 on 2012-04-19 02:38:54
See comment 4.
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 8•12 years ago
|
||
Removing whiteboard annotation to clean up test_fullscreen-api.html TBPL bug suggestions.
Whiteboard: [perma-orange]
Comment 9•6 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Comment 10•3 years ago
|
||
Hi Serge!
I'm trying to reproduce old bugs to see if I can solve any. Since Mozilla tinderbox and the macOS versions mentioned in the issue are no longer maintained, this probably doesn't happen anymore. Would you be so kind to let us know if this problem keeps happening?
Thanks!
Flags: needinfo?(bugzillamozillaorg_serge_20140323)
Comment 11•3 years ago
|
||
Hi,
I'm marking this as Resolved-Incomplete due to lack of response. If the issue is still reproducible with the latest Firefox version, feel free to reopen the bug with more information.
Thanks,
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•