Skip to content
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.

Actionbar data-overflow="true" onClick not working #80

Closed
PhilipKirkbride opened this issue Dec 19, 2012 · 2 comments · Fixed by #100
Closed

Actionbar data-overflow="true" onClick not working #80

PhilipKirkbride opened this issue Dec 19, 2012 · 2 comments · Fixed by #100

Comments

@PhilipKirkbride
Copy link

To simulate this problem open kitchensink/actionbar.html

Add the following javascript to an action div

onclick="javascript:location.href='index.html'"

If the div doesn't have data-overflow="true" it works.

If it does have data-overflow="true" it doesn't work.

@PhilipKirkbride
Copy link
Author

I just tried changing the javascript code to an alert and it doesn't work either.

So I guess any onClick Javascript is not working with data-overflow="true" divs.

jasondscott pushed a commit that referenced this issue Jan 12, 2013
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
@jasondscott
Copy link
Contributor

I added onclick="javascript:location.href='index.html'" as part of the new sample check it out here, https://github.com/blackberry/jQueryMobile-BB10-Theme/blob/master/kitchenSink/actionbar_sample.html

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants