jquery-archive / jquery-mobile

jQuery Mobile Framework
https://jquerymobile.com
Other
9.69k stars 2.4k forks source link

Selectmenu: multiple select wrong count bubble position #8506

Open jaspermdegroot opened 7 years ago

jaspermdegroot commented 7 years ago

Those screenshots are from the forms field containers demo page:

image

image

@arschmitz @gabrielschulhof I think that we already talked about this during one of our weekly meetings, but I couldn't find a ticket and don't remember what we decided.

My suggestion is that we remove the extra padding right from the button and make the count bubble float right as well (instead of absolute position).

apsdehal commented 7 years ago

@jaspermdegroot Did you mean #8439?

jaspermdegroot commented 7 years ago

@apsdehal

Yes! Thanks!! We have to make the same CSS changes (padding) in the selectmenu CSS. Do you remember if there was a specific reason to keep using position absolute for the count bubble, and not make it float? Now it can mask the button text, if we make it float it won't.

apsdehal commented 7 years ago

I don't exactly remember that, probably @arschmitz can help.

Bachstelze commented 5 years ago

Who can merge this pull?