jQuery Mobile 1.2.1 Changelog


link Blur

  • Iphone : Go button does not close the keyboard with Data filter(#3303, fef41bb)
    • Blur the search field on submit - (cherry picked from commit 336db34e031b0815c807554796519cd34d28c153)

link Button

  • IE9 , if custom SELECT button is on the right border of the window, it expand the select menu over the whole window width. (#4577, e282bfc)
    • Button: width auto for div's with class ui-btn-text to prevent custom selects breaking on IE.

link Checkboxradio

  • Request: mini-Option in checkboxradio & textinput. (#4070, 320cbf4)
    • Checkboxradio: Allow to set option mini programmatically.

link Collapsible

  • Collapsible iconpos via mobileinit differs from documentation. (#4899, e630925) (cherry picked from commit 8756bd2d2b49c0ba4881e57d3c8282f3153a81c1)

link Dialog

  • Fix from #5382 causes failure: Full page dialog does not receive rounded corners - remove the fix and the rounded corners come back (#5383, 113e3b4)

    • Dialog: Adjusted the fix for #5382 for 1.2.x. Thanks @ShamimIslam !
  • Close button of full page dialog fails silently when popup exists on page (closed or open)(#5382, 11687b5)

    • Dialog: Append close button to first found header to prevent a close button being added to popup on same page as well.

link Fixed Toolbars

  • Merge pull request #5292 from arschmitz/issue-3880 (8258425)

  • Fixed toolbars: higher specifity for border left and right 0 rule. Fixes #5155 (#5155, 3771734)

    • Fixed toolbars: higher specifity for border left and right 0 rule.

link Listview

  • List autodividers: use trim() to avoid issues with newlines and spaces in markup. Thanks @demonslord ! (#5197, 37daf96)

  • Listview option filter can't be set programmatically. (#5245, 26cb01f)

    • Listview: make it possible to set option filter programmatically.

link Loader

  • Wrap functions bound to events in $.proxy at binding time, and pass then unwrapped at unbinding time. (ad9adc3)
  • Add check that active.url actually exists. (7e8ea36)
  • Add a check to not add ui-popover-container if it's already on the page. (#4661, 56987c3)

    • [select] Implement _destroy() - (cherry picked from commit 7273a5ea967ac8df12c9e12556e101f173ae2122)
  • Chrome popup stops launching if transition is "slideup". (#5094, e09195f)

    • [popup] Re-introduce interruptible transitions
  • Merge pull request #5145 from jerone/master. (bf6a4cd)

  • Modify test that checks whether popup emits "popupafterclose" upon destroy() to first open the popup. (4926901)

  • detached retina" fix - the window height on iStuff with a retina display seems to fluctuate by one pixel during scroll, causing a spurious resize event right after popup open, even though window size is constant during the entire opening sequence (d73f896)

  • Popup("destroy") never ends. (#5244, 1c5f7ed)

    • [popup] Avoid infinite recursion by detach()ing the payload from the container before attempting to put it back to its original place in the DOM (which may not exist, if the popup was created based on a detached element)
  • Popup disappears on iDevice with orientation change in standalone mode. (#5153, d698ca4)

    • [popup] Initiate resize expectation during orientationchange
  • Popup Reappears after closing when textarea input field expanded on iOS 6. (#5157, 356f5a4)

    • [popup] Only rapid-open the popup if it is open
  • Popup remove firing popupafterclose. (#5123, 616ae09)

    • [popup] When destroying a popup, run close() before un-enhancing if it is the currently active popup
  • Popup widget depends on selectmenu css. (#5217, b83fa14)

    • Renamed class ui-selectmenu-hidden to ui-popup-hidden
  • Rename function _maybeRefreshTimeout to _expectResizeEvent(d859a59)

  • Return from the dialogHashKey state when the back link takes the form of a link to the page that opened the dialog. (3e3ad68)

  • Scroll to top when popup is closed on iOS

    • Popup: Record scrollTop upon open and close, and restore it upon hashchange. (#5334, b243436)
  • Unable to close popup in Android 2.3 if transition was used when opening it. (#5189, 42fc564)

    • [popup] Correctly handle the case when the fallback transition is "none"

link Select menu

  • Custom select menu header corner styling. (#5215, 809cd55)

    • Select: headers of custom select menus shouldn't inherit the popup corner styling.
  • Mark as closed after dialog closes - Thanks martenbohlin (#5195, 997dbb2)

  • Merge pull request #5262 from arschmitz/issue-5261 (e59b5f2)

  • Select menu refresh() does not refresh popup title. (5275, a1abaf8)

    • Custom select: Update placeholder during _buildList().
  • Prevent-focus-zoom doesn't work. (#5333, 466cca6)

    • Selectmenu: improved preventFocusZoom.
  • The preventFocusZoom option check needs to be insde the event binding. (29eaf47)

link Slider

  • Flip toggle switch broken on IE7. (#5391, 0a6c2b1)
    • Slider: unset slider handle top offset for flip toggle switch.

link Textinput

  • Merge pull request #5174 from jschulte/fix-5166 (84d8913)

  • Merge pull request #5175 from jschulte/fix-5166 (78a8ab0)

  • Merge pull request #5181 from jschulte/fix-5131 (6c9135d)

  • Request: mini-Option in checkboxradio & textinput. (#4070, fc15e83)

    • Textinput: Allow to set option mini programmatically.