Confirmed users
796
edits
(Created page with "TODO: write stuff") |
No edit summary |
||
| Line 1: | Line 1: | ||
= Mobile Frameworks and Libraries = | |||
This wiki exists to document some of the research that the Web Compat team is doing around compatibility with existing and new (mobile) libraries and frameworks (i.e., jQuery Mobile, Zepto). Feel free to add links to issues or bugs, or start a new section. The end goal is to document current compatibility with Firefox OS and Firefox for Android and advocate within Mozilla for fixes to libraries where compatibility can be improved upon. | |||
The [https://github.com/miketaylr/commitgrep| commitgrep] tool may be useful in this line of research. | |||
== jQuery == | |||
# "Incorrect $(window).width() in Firefox" [investigate][needsbug] | |||
#* http://bugs.jquery.com/ticket/14210: closed invalid, seems a dupe of | |||
#* http://bugs.jquery.com/ticket/4687#no2: closed WFM but comments suggest it might still be an issue | |||
# ".children does not return direct child, but .find does [Firefox only]" [fixed][bugzilla-fixed][workaround] | |||
#* http://bugs.jquery.com/ticket/13894 | |||
#* https://bugzilla.mozilla.org/show_bug.cgi?id=872853 | |||
#* fixed in 2f2e045ea66f320eee62b149a6b11f22aadb816b | |||
# "Query doesn't work in a non-HTML document in UAs that have innerHTML on Element and create non-HTML elements via createElement" [fixed][bugzilla-fixed][workaround] | |||
#* http://bugs.jquery.com/ticket/13754 | |||
#* https://bugzilla.mozilla.org/show_bug.cgi?id=858850#c8 | |||
#* fixed in c6a694e1c262acb941b7fd86663f186656496bbc | |||
# ""no element found" in Firefox when $.post reply has no Content-Type" [open][bugzilla-open] | |||
#* http://bugs.jquery.com/ticket/13450 | |||
#* https://bugzilla.mozilla.org/show_bug.cgi?id=884693 | |||
5) [cantfix][bugzilla-open] | |||
http://bugs.jquery.com/ticket/13376 | |||
https://bugzilla.mozilla.org/show_bug.cgi?id=840412 (apparently a regression) | |||
6) [cantfix][needs-bugzilla] | |||
http://bugs.jquery.com/ticket/13363 and http://jsfiddle.net/vKDe2/9/ (see note about possibly needing an iframe) | |||
http://bugs.jquery.com/ticket/10557 | |||
7) [open][bugzilla-open] | |||
http://bugs.jquery.com/ticket/13193 | |||
https://bugzilla.mozilla.org/show_bug.cgi?id=325891 | |||
8) [cantfix][bugzilla-open] | |||
http://bugs.jquery.com/ticket/11813 | |||
http://bugs.jquery.com/ticket/11110 | |||
https://bugzilla.mozilla.org/show_bug.cgi?id=381328 | |||
== jQuery Mobile == | |||
1) [open][buzilla-open] | |||
https://github.com/jquery/jquery-mobile/issues/5972 | |||
https://bugzilla.mozilla.org/show_bug.cgi?id=927842 | |||