blackberry / jQueryMobile-BB10-Theme

jQuery Mobile BlackBerry 10 Theme
Apache License 2.0
72 stars 56 forks source link

Styling of overflow menu does not seem to match Blackberry UI Specifications #97

Closed nsalyzyn-atimi closed 11 years ago

nsalyzyn-atimi commented 11 years ago

On the ui specifications found on the blackberry developer website (https://developer.blackberry.com/design/bb10/), the 3 horizontal lines do not take up very much horizontal space. They are well off to the left side. Then, when you open the overflow menu, the three horizontal lines are supposed to take over the whole button temporarily.

I'd also still like to know how to, by default, set an icon and text to the overflow menu. Right now I have to hack it in there :(.

Currently, the overflow menu starts with the 3 horizontal lines taking up the whole space (which is incorrect, since it probably should have some default). When you select an item from the overflow menu, the icon's text and icon takes over the button, which is correct, but it doesn't push the 3 horizontal lines over far enough. Then, when you open the overflow menu up again, it should make the 3 horizontal lines take up the whole space, but it doesn't change the button at all.

Sorry for being picky here, but I wanted some consistency in our app and I'd rather the framework I'm using handle it, as I'm sure it will eventually - as opposed to hacks in my code.

Thanks, Nick

nsalyzyn-atimi commented 11 years ago

It looks like most of this was something in our own code to get the initial page loading. Some of the above is valid, but I don't have time right now to make a test page to figure out which works and which doesn't :(