Commit Graph

6 Commits

Author SHA1 Message Date
janekptacijarabaci c9c922e580 DOM - implement selection events (move cancelBubble to Event) 2018-07-25 07:51:38 +08:00
Pale Moon adccea7fcb Crash fix: Return 0,0 for offsetX/Y if the document lacks a presentation.
Follow-up to MoonchildProductions/Tycho@21337c0 where offsetX/Y was introduced.
This resolves #562.
2018-07-25 01:08:39 +08:00
wolfbeast 79b4694f87 Work around known spec bug for MouseEvent.offsetX/Y
Known spec bug (WD 3 August 2016):
The behavior in the spec doesn't do "during and after the dispatch".
It just does "during the dispatch", and goes back to "pageX" after the
dispatch. This is not expected (and cf. implemented) behavior, so we
don't follow the spec here to align the property with all other browsers.

See also:
https://www.w3.org/Bugs/Public/show_bug.cgi?id=16673
2018-07-24 23:30:42 +08:00
wolfbeast d5ffc19ffb Bug 69787. Implement MouseEvent.offsetX/Y. 2018-07-24 23:30:39 +08:00
wolfbeast 5ee6187aad Prep tree for forward-porting Goanna, stage 1 2018-07-24 23:10:50 +08:00
Moonchild baf46a6bf1 Merge pull request #1 from mozilla/esr38: Esr38 upstream pull 2018-07-24 23:04:07 +08:00