Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P08, EE-4.3.0.GA_P03
-
Fix Version/s: EE-3.3.0.GA_P09, EE-4.3.0.GA_P04
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Any
Description
When you have column pinning enabled in an ace:dataTable and you pin one or more columns, when you scroll the table, the pinned columns don't scroll with it. This only happens on Firefox.
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 ] | |
Fix Version/s | EE-4.3.0.GA_P04 [ 13876 ] |
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 EE trunk at revision 53428 and to the 3.3 EE P09 tag at revision 53429.
The fix consisted in removing the special treatment we had for Firefox in the column pin scroll listeners. It seems like Firefox was updated at some point to comply with the CSS standards in this regard (margin-top, margin-bottom).