Closed Bug 1326757 Opened 7 years ago Closed 7 years ago

<select> element doesn't redraw until I hover mouse over it

Categories

(Core :: CSS Parsing and Computation, defect)

defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1327169

People

(Reporter: arni2033, Unassigned)

Details

>>>   My Info:   Win7_64, Nightly 49, 32bit, ID 20160526082509
STR_1:
1. Open url [1]
2. Wait 3 seconds
3. Hover mouse over <select> element

AR:  Step 2 - no styling is applied, but <select> still looks strange. Step 3 - select looks normally
ER:  Select should look normally after Step 2, because no styling is applied. Step 3 - no redraws.

[1]
data:text/html,<!DOCTYPE html><body style="background:black;"><select id="s1"><option>Option 1</select>
<script>
var S1 = document.querySelector("[id='s1']");
setTimeout(function(){S1.style.borderRadius = "0px"},1000);
setTimeout(function(){S1.style.borderRadius = ""},2000);
</script>
No longer blocks: 1277113
Component: Untriaged → CSS Parsing and Computation
Product: Firefox → Core
I think we can just use 1327169 for this.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.