jquery-archive / jquery-mobile

jQuery Mobile Framework
https://jquerymobile.com
Other
9.68k stars 2.4k forks source link

1.3.0 breaks Firefox 3.6 - 1.2.1 works #5952

Closed braddockcg closed 11 years ago

braddockcg commented 11 years ago

jquery mobile version 1.3.0 breaks Firefox version 3.6. No styling is applied - everything reverts to plain HTML with no formatting.

I only note this because One Laptop Per Child has about a million of these deployed world-wide.

My testing is on an OLPC XO-1 laptop running firmware build 833 under Sugar (which uses a Gecko browser), and Fedora Gnome running Firefox 3.6 directly.

Reverting to jquery mobile version 1.2.1 works.

jaspermdegroot commented 11 years ago

@braddockcg

We don't support Firefox 3.6 so I am closing this ticket as not a bug. I opened ticket #5953 about making sure old Firefox gets C-grade experience and no errors.

Thanks!

braddockcg commented 11 years ago

I have to ask myself, if jQuery Mobile only supports current browsers, why am I using it? I was using it for developing applications for the third world so that it would degrade gracefully based on actual browser capabilities where old computers and phones abound. For my purposes I guess I should just use jQuery UI (which does support FF 3.6 nicely).

eug48 commented 11 years ago

Try the change in #5916 - all you need to do is add a null argument to the first getComputedStyle - it's easy enough to do by hand and might fix your problem.