-
-
Demos: Removed duplicate form widgets menu entries
jaspermdegroot committedJul 26, 2016 -
Core: Also unset moz-focus-inner border for input elements
This prevents 1px extra height of input buttons on Firefox
jaspermdegroot committedSep 1, 2016 -
Icons: Use margin instead of bottom offset for vertical icon position
jaspermdegroot committedSep 1, 2016
-
-
Collapsible: Remove last references to $.mobile.activeBtnClass
gabrielschulhof committedAug 3, 2016 -
Listview: Review refresh() method
1. Fix signature of public refresh() method 2. Move sparing _refresh() decision to backcompat The decision is delegated to extension points (one for the list item and one the anchor(s) it may contain) which are predicates that always return true if the backcompat extension is absent, indicating for every item that it is to be processed. When the backcompat extension is present, the extension points contain the class-examining regex-based decision of previous versions. 3. Add method updateItems() In _refresh() we still need to retrieve all list items, even when we get a list of items from updateItems(), because the followings require global knowledge: - Which items have been removed since last time, so we can untrack them - Which is the first resp. last item for use with addFirstLastClasses() Closes gh-8489 Fixes gh-8334gabrielschulhof committedJul 25, 2016
-
Pagecontainer: Remove a useless instruction.
Closes #8418 The `text` variable is first initialized to `this.placeholder`, which is strictly equivalent to use `that.placeholder` inside the function used just after. So in case `selected.length` is falsy, this is not necessary to override `text` to the same value, i.e. its inital value.
-
arschmitz committed
Jul 5, 2016
-
-
-
Select: Fix refrence to pagecontainer.transitions in tests
arschmitz committedJul 4, 2016 -
Pagecontainer: updating transitions for bootstrap
arschmitz committedJul 4, 2016 -
Demos: Fix backbone requirejs demos acc to new api
Closes #8477 Ignore backbone demos from spider
-
Build: Ignore accordion api until it exists
arschmitz committedJul 1, 2016 -
arschmitz committed
Jul 1, 2016 -
Demos: Fix issues with links in demos and built demos
arschmitz committedJul 1, 2016 -
Widget: Fix typo in backcompat
arschmitz committedJul 1, 2016 -
Widget: fix missing dependency mobile widget
arschmitz committedJul 1, 2016 -
Table: Fix markup in pre-rendered column toggle option test
arschmitz committedJul 1, 2016 -
Tests: Add jQuery 3.0.0 to version dropdown and add to travis
Also removes jQuery 1.9 from travis
arschmitz committedJul 1, 2016 -
arschmitz committed
Jul 1, 2016 -