Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P08
-
Fix Version/s: EE-3.3.0.GA_P09
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Any
Description
The ace:comboBox and ace:selectMenu components aren't being rendered properly on the Safari browser. The are rendered with extra heights as seen in the attached screenshots.
Activity
Arturo Zambrano
created issue -
Arturo Zambrano
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Arturo Zambrano [ artzambrano ] |
Arturo Zambrano
made changes -
Fix Version/s | EE-3.3.0.GA_P09 [ 13781 ] |
Arturo Zambrano
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Committed fix to the 3.3 trunk at revision 53430 and to the P09 tag at revision 53431.
There seems to have been an update in the Safari browser that made it include a fractional part to the computed width and height values, which was messing with the rest of the calculations to render these components properly. The issue was fixed by adding a Math.floor() function when calculating the width of the text input field and the value container element.