Page 1 of 1

data-dividertheme != data-theme for mobile lists

Posted: Mon Mar 19, 2012 6:25 am
by RyanShay

Added a mobile list, and it was the default blue style.

Changed it to black, and all of the items turn black, but the dividers are staying blue.

I would assume that the divider theme should be the same unless a separate attribute setting is added for that.

Can probably get around it with javascript for now.


data-dividertheme != data-theme for mobile lists

Posted: Mon Mar 19, 2012 5:09 pm
by maxkatz

That's a bug.. we'll fix it.


data-dividertheme != data-theme for mobile lists

Posted: Tue Mar 20, 2012 5:12 pm
by maxkatz

Sorry, I spoke too fast. That's actually how jQuery Mobile works: http://jquerymobile.com/demos/1.1.0-r... - scroll to 'List dividers'. The default divider is Blue.


data-dividertheme != data-theme for mobile lists

Posted: Tue Mar 20, 2012 7:55 pm
by RyanShay

Right, the default theme is blue as well, which is fine. But if you change the theme to another, such as the black one.. the dividers do not change and there there isn't a way via the builder interface to change the theme for the dividers specifically.

You either have to do it with javascript, or export the project and change it directly.. which isn't an issue unless you need to continue to work via the builder since you can't re-import an exported project.

That'd be another awesome feature. Or just add the ability to edit the html directly without exporting.


data-dividertheme != data-theme for mobile lists

Posted: Tue Mar 20, 2012 10:52 pm
by maxkatz

Would adding ability to change theme for divider help?


data-dividertheme != data-theme for mobile lists

Posted: Wed Mar 21, 2012 12:52 am
by RyanShay

Absolutely, looks kinda weird if you have a list color other than blue with blue dividers. I mean, I guess it can always be changed via css or js, so it's not like it's high priority or anything.