blackberry / jQueryMobile-BB10-Theme

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

page.trigger('refresh') duplicates <select> styling #121

Open paroxysm opened 11 years ago

paroxysm commented 11 years ago

So if you have a page that has a select object, every time you trigger the refresh, the styling for that select gets duplicated created a 'nested' select inside the previous one. The more you call it, you get more nested select objects. selectDuplicating

ajmalmsali commented 11 years ago

i had got a similar bug, but was successful in resolving it, how I did it, is by replacing the content in that div with a new one.

On Sun, Apr 7, 2013 at 8:13 AM, paroxysm notifications@github.com wrote:

So if you have a page that has a select object, every time you trigger the refresh, the styling for that select gets duplicated created a 'nested' select inside the previous one. The more you call it, you get more nested select objects. [Uploading selectDuplicating.PNG . . .]()

— Reply to this email directly or view it on GitHubhttps://github.com/blackberry/jQueryMobile-BB10-Theme/issues/121 .

paroxysm commented 11 years ago

I would rather resolve this in the framework instead, but if all else fails I'll try your approach ajmalmsali.

ajmalmsali commented 11 years ago

Yea paroxysm, go ahead,

On Sun, Apr 7, 2013 at 7:58 PM, paroxysm notifications@github.com wrote:

I would rather resolve this in the framework instead, but if all else fails I'll try your approach ajmalmsali.

— Reply to this email directly or view it on GitHubhttps://github.com/blackberry/jQueryMobile-BB10-Theme/issues/121#issuecomment-16015989 .