Commit Graph

9 Commits

Author SHA1 Message Date
Peter Schiffer
c2168f5591 Fixed problem with BulkEditingTools and Tabs in IE
When GridFieldBulkEditingTools are used on GridField within Form Tab, Internet
Explorer (11) has problems switching to another Form Tab. In this case, clicking
on different tab has no effect, one must at first click somewhere else on the
page, and only after that it's possible to change the tab. While debugging, I
found out that the reason of this behavior is cloning, moving and removing of
the tr with the bulk manager options. Without cloning and removing, and moving
the tr with filter header or sortable header instead of tr with bulk manager
options, switching tabs works fine even in the IE 11.
2015-08-26 23:36:02 +02:00
Thierry François
c25dcbfdea FIX trigger change even on (un)select all 2014-07-09 15:46:08 +03:00
Thierry Francois
fad9121dd1 Clean up and formatting 2014-05-11 13:15:06 +03:00
colymba
c3af2d392d Translation refactoring 2014-05-11 13:14:27 +03:00
colymba
3092972d8e Add bulkManager title + always above titles 2014-05-11 13:14:05 +03:00
colymba
699fa6712d Implement editAll + bulkManager requirement check 2014-05-11 13:13:51 +03:00
colymba
20350d3f35 Implement action callback + cancel behaviour 2014-05-11 13:13:47 +03:00
colymba
d141765752 Basic button behavior 2014-05-11 13:13:42 +03:00
colymba
198b0c05d9 Reorganise + bulkupload start 2014-05-11 13:13:28 +03:00