Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Fix a crasher that occurs with IE7 mobile#1285

Closed
bratsche wants to merge 2 commits intojquery-archive:masterfrom
bratsche:master
Closed

Fix a crasher that occurs with IE7 mobile#1285
bratsche wants to merge 2 commits intojquery-archive:masterfrom
bratsche:master

Conversation

@bratsche
Copy link

These selectors being added causes IE7 mobile to not render the page at all sometimes (the WebBrowser control opens and remains completely white). This commit checks if we're on IE7 before adding the selectors.

@toddparker
Copy link
Contributor

Can you provide more information on the issue? Are you saying that JQM causes desktop IE7 to crash?

@bratsche
Copy link
Author

Sorry, I think "crash" was not the best word to choose. But for our mobile app we're trying to use jQuery Mobile, and when the page loads it is causing IE7 (mobile and desktop, yes) to display nothing but a white page. I traced it down to where this selector is adding; without this, the page displays just fine.

@bratsche
Copy link
Author

Sorry, I had put mobile.browser.id and it should have been mobile.browser.ie.

@scottjehl
Copy link

Thanks for catching this one. However, we'd like to see a workaround that doesn't use browser sniffing. Would you be able to help identify the issue that's causing the error so we can address it directly?
Thanks!

@scottjehl scottjehl closed this Mar 27, 2011
@wachunga
Copy link

wachunga commented Apr 5, 2011

A submit button without an explicit data-theme may be the problem. See examples here: #1378

@bratsche
Copy link
Author

bratsche commented Apr 6, 2011

Wachunga, thanks very much. That seemed to be the issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants