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
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
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).