Closed Bug 1507443 Opened 6 years ago Closed 6 years ago

event.target of fullscreen event was wrong

Categories

(Core :: DOM: Core & HTML, defect)

63 Branch
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1375319
Tracking Status
firefox63 --- affected
firefox64 --- unaffected
firefox65 --- unaffected

People

(Reporter: abc, Unassigned)

Details

Attachments

(1 file)

Attached file index.html
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36

Steps to reproduce:

1. open index.html(attactment) on firefox
2. open firefox's console(devtool)
3. click 'Toggle fullscreen' button
--------
I test on IE11/Edge/Chrome, and they all works well.


Actual results:

console output: 
e.target === toggleBtn false
e.target === document true


Expected results:

console output: 
e.target === toggleBtn true
e.target === document false
Hello,

I was able to reproduce this issue on Windows 10 using the latest Firefox release 63.0.3 (20181114214635)however this issue does not occur on Firefox Beta 64.0b10(20181115150739) or Firefox Nightly 65.0a1(20181118220115)

Thank you for taking the time to report this issue!
Status: UNCONFIRMED → NEW
Component: Untriaged → Console
Ever confirmed: true
Product: Firefox → DevTools
Looks more like a DOM issue to me.
Peter_M, did you run mozregression to check when this was fixed ?
Component: Console → DOM
Flags: needinfo?(peter.magyari)
Product: DevTools → Core
I have just finished running it, this is what it returned:

INFO: First good revision: f11d81a58cde0891fd8e0293daf6c3d422b0803b
INFO: Last bad revision: ce74ddd3192adb70e58ab81206184a964842c90d

INFO: Pushlog:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=ce74ddd3192adb70e58ab81206184a964842c90d&tochange=f11d81a58cde0891fd8e0293daf6c3d422b0803b
Flags: needinfo?(peter.magyari)
Thanks a lot, marking this one as dupe of Bug 1375319
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: