Open
      
        Bug 1327930
      
      
        Opened 8 years ago
          Updated 3 years ago
      
        
    
  
[e10s] select's drop-down list of options is detached when <select> moves
Categories
(Core :: Layout: Form Controls, defect, P3)
        Core
          
        
        
      
        
    
        Layout: Form Controls
          
        
        
      
        
    Tracking
()
        NEW
        
        
    
  
People
(Reporter: arni2033, Unassigned)
References
(Blocks 1 open bug, )
Details
>>>   My Info:   Win7_64, Nightly 48, 32bit, ID 20160403030243
STR_1:
1. Open the following "data:" url or click URL in the form above
>   data:text/html,<script>setTimeout(function(){document.querySelector("div").style.display="block"},3000);</script><div style="height:100px;width:100px;background:gray;display:none;">Banner</div><select><option>
2. Open select's drop-down list in less than 3 seconds
3. Wait 3 seconds
AR:  Drop-down list of options is detached from <select>
ER:  Drop-down list of options should never be detached from <select>
Note:  Compressed <select> is bug 1237485
Component: Untriaged → Layout: Form Controls
Product: Firefox → Core
          Comment 1•8 years ago
           
         | 
      ||
Works with non-e10s selects. Neither Chrome nor Safari handle this correctly though.
          Updated•8 years ago
           
         | 
      
Priority: -- → P3
          Updated•8 years ago
           
         | 
      
          Updated•3 years ago
           
         | 
      
Severity: normal → S3
          You need to log in
          before you can comment on or make changes to this bug.
        
Description
•