You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
Message: The toolbar has the ui-toolbar-fixed-hidden class applied after hide
Actual: ""
Expected: "ui-toolbar-fixed-hidden"
Message: The toolbar does have the ui-toolbar-fixed-hidden class
Actual: ""
Expected: "ui-toolbar-fixed-hidden"
Further failing tests:
forms.select - firing a click at least 400ms later on the select screen closes it
Message: null
Actual: 0
Expected: 1
forms.select - dialog sized select menu opened many times remains a dialog
Message: hash should have the dialog hash key
Actual: false
Expected: true
Non native menus - focus is transferred to a menu item when the menu is opened
Message: item in open select menu (1) has focus
Actual: false
Expected: true
Non native menus - selected items are highlighted
Message: previously selected item has the active button class
Actual: ""
Expected: "ui-button-active"
Callbacks: Event - Make sure callback is executed and is cleared by actual event
Message: transition completed
Actual: false
Expected: true
Event Removal: event - Make sure no bindings remain after event
Message: no animation bindings remain
Actual: false
Expected: true
jquery.mobile.navigation.js - going back from a dialog triggered from a dialog should result in the first dialog
Message: should be the first dialog
Actual: <div id="nested-dialog-second" data-nstest-role="dialog" data-nstest-url="nested-dialog-second" tabindex="0" class="ui-page ui-page-dialog ui-page-theme-a ui-page-active pop out reverse" style="height: 301px;"></div>
Expected: <div id="nested-dialog-first" data-nstest-role="dialog" data-nstest-url="nested-dialog-first" tabindex="0" class="ui-page ui-page-dialog ui-page-theme-a"></div>
jquery.mobile.navigation.js - loading a relative file path after an embedded page works
Message: should be relative ajax loaded page
Actual: undefined
Expected: "for testing"
jquery.mobile.navigation.js - loading a relative file path after an embedded page works
Message: should be relative ajax loaded page
Actual: undefined
Expected: "for testing"
It will be not easy to reproduce them since we can't build anymore the master.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@arschmitz
Once the
browserslisthas been reviewed I want to do a final comparison with the structure CSS file from master (build).