Bug 1751644 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

STR:
1. In a Firefox (or Nightly) on Linux, set pref `dom.forms.select.customstyling` to `true` and restart Firefox to let that change take effect.
2. Load this testcase:
```
data:text/html,<select><option>1</option><option>2</option><option style="background:red">3
```
2. Click to open the dropdown menu.

ACTUAL RESULTS:
Option 3 has much less padding (it's less indented) as compared to the other options.

EXPECTED RESULTS:
Consistent padding. I've only customized the `background` on that option; I wouldn't expect that to affect layout/positioning.
STR:
1. In Firefox (or Nightly) on Linux, set pref `dom.forms.select.customstyling` to `true` and restart Firefox to let that change take effect.
2. Load this testcase:
```
data:text/html,<select><option>1</option><option>2</option><option style="background:red">3
```
2. Click to open the dropdown menu.

ACTUAL RESULTS:
Option 3 has much less padding (it's less indented) as compared to the other options.

EXPECTED RESULTS:
Consistent padding. I've only customized the `background` on that option; I wouldn't expect that to affect layout/positioning.

Back to Bug 1751644 Comment 0