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

autoInitialization #969

Closed
wants to merge 44 commits into from
Closed

autoInitialization #969

wants to merge 44 commits into from

Conversation

toreym
Copy link

@toreym toreym commented Feb 4, 2011

Always call pageLoading even if autoInitialization is false.

Also added an internal dom-ready call on initializePage so that if/when called externally it will only occur when domready.

unknown and others added 30 commits February 1, 2011 23:28
…ge/pages on dom ready using $.mobile.autoInitialize.
Conflicts:
	js/jquery.mobile.core.js
* 'master' of https://github.com/jquery/jquery-mobile:
  added a workaround for the selectmenu plugin's nativeMenu in Opera. Opera browsers improperly support opacity on select elements, either hiding the menu button but not its text (in Mini), or hiding the text but not the button. Either way, it makes our hidden-select trick look really bad, or unusable. This workaround adds a class to the select in Opera, and makes the native menu visible. In the case of a false positive, that's not a bad outcome. Fixes #897
…ody instead of pageContainer.

added internal dom-ready for initializePage.
…g of the overall row button div in the LI. It seems this may be due to the event handlers bound to the div button, but I'm not entirely sure that's it. Either way, this workaround is straightforward and does not introduce issues in other browsers, so aside from the additional overhead involved in re-appending the links to the LIs, this fix is good to go. Fixes #874
…put so I modified the script for search input to reflect this change
scottjehl and others added 14 commits February 3, 2011 20:02
… This moves the values into CSS with values that are aimed towards iPhone (as this is addressing an iPhone transitions issue with the address bar show/hide).
…toggling on and off on every click. Fixes #935 as well.
…ge/pages on dom ready using $.mobile.autoInitialize.
…ody instead of pageContainer.

added internal dom-ready for initializePage.
* 'master' of https://github.com/jquery/jquery-mobile: (34 commits)
  Make some tweaks to the deploy script.
  Tagging the 1.0a3 release.
  Added bg color for demo pages
  home button fixes
  fixed a regression in some android 2.2 devices where checkboxes were toggling on and off on every click. Fixes #935 as well.
  typo in code example. Fixes #966
  Device image
  Added a home link to all pages and changed the header bar theme swatch to b globally
  Page min-height was being calculated with JS and it was far too tall. This moves the values into CSS with values that are aimed towards iPhone (as this is addressing an iPhone transitions issue with the address bar show/hide).
  Upgraded YUI Compressor to 2.4.4.
  Removed experimental section with API browser because it's outdated
  Updated sample page templates and docs to mobile a3 and jquery 1.5
  Added 1px extra padding to icon only buttons. Adjusted offset for clear button on search inputs accordingly.
  Icon source PSD
  New high-res logo with better compression
  Alpha 3 flag
  Updated Valencia with new icons
  Created demo buttons for the new home and search icons
  Re-named the ui-icon-search used on search inputs to ui-icon-searchinput so I modified the script for search input to reflect this change
  Added new home and search icon classes. Re-named the ui-icon-search used on search inputs to ui-icon-searchinput
  ...
@johnbender
Copy link
Contributor

toreym,

I talked with the team and we've decided to wait on including this until a bit later. Right now we're going to focus on pulling in bug fixes and move the feature requests to the wiki:

https://github.com/jquery/jquery-mobile/wiki/Feature-Requests

I've backed out the original merge and included your request in the wiki. Thanks for your contribution and we'll make sure to get back to it once we get the library a bit farther down the road.

This pull request was closed.
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.

5 participants