This repository was archived by the owner on Sep 4, 2019. It is now read-only.
Updating the Action bar to fix a number of issues#100
Merged
Conversation
added 18 commits
January 12, 2013 02:51
Fixes: #71 - Small graphical glitch with tabs Fixes: #72 - Closing the menu Fixes: #78 - Action bar links not working Fixes: #80 - Actionbar data-overflow="true" onClick not working Fixes: #82 - Dialog and several transitions show actionbar overflowMenu Fixes: #92 - Multiple issues for overflow menu with example code
only in landscape when focused Better fix for: #62
Conflicts: dist/latest/BlackBerry-JQM-Init.min.js dist/latest/BlackBerry-JQM-all.css dist/latest/BlackBerry-JQM-all.js dist/latest/BlackBerry-JQM-all.min.css dist/latest/BlackBerry-JQM-all.min.js dist/latest/BlackBerry-JQM.css dist/latest/BlackBerry-JQM.js dist/latest/BlackBerry-JQM.min.css dist/latest/BlackBerry-JQM.min.js kitchenSink/lib/BlackBerry-JQM-all.css kitchenSink/lib/BlackBerry-JQM-all.js src/plugins/actionbar/jquery.mobile.actionbar.js
jasondscott
pushed a commit
that referenced
this pull request
Jan 22, 2013
Updating the Action bar to fix a number of issues
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The new action bar does not automatically create the overflow panels.
The new panels widget is easy enough to use, gives the developer greater control and flexibility.
A sample has been added on how to create the panels and interact with the actionbar.
Fixes: #71 - Small graphical glitch with tabs
Fixes: #72 - Closing the menu
Fixes: #78 - Action bar links not working
Fixes: #80 - Actionbar data-overflow="true" onClick not working
Fixes: #82 - Dialog and several transitions show actionbar overflowMenu
Fixes: #92 - Multiple issues for overflow menu with example code
Better fix for: #62