option-selector does not work proprly for long list of child
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu HTML5 UI SDK |
New
|
Undecided
|
roopal jain |
Bug Description
whenever there are large number of listing elements are present, closed option-selector list does not display properly.
When we select any element from end side list, so after closing the list that option does not get display in the center, it comes bit downside.
for better understanding I am attaching proper document with screenshots, please refer that.
Root Cause of this problem :-
After investigating 'option-
}
so whenever we click on any option (in our case 'Colombia'), 13px has already been added above Colombia, so after closing the list it comes bit down side.
My Solution :-
To solve this issue my solution is one change in 'option-
Below is the code solution inside '__onclicked()' function in 'option_
if (this.currently
/* added by roopal */
for(i = 0, max = this.optionsele
}
/*till here */
}
else {
/* added by roopal */
for(i = 0, max = this.optionsele
/*till here */
description: | updated |
Changed in ubuntu-html5-theme: | |
assignee: | nobody → roopal jain (roopalrjain) |
Thanks Roopal for reporting this, i'll try to look at your patch in the next few days.