Commit Graph

15 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
1ceee59360 NEW Rewrite of bulk editing save FIX #76
Bulk editing now use the normal Form submission system and handles all
field type, including ajax dependent
2014-09-14 18:44:30 +03: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
Thierry Francois
ec7df6712e Close only opened toggleFields on save 2014-05-11 13:15:01 +03:00
Thierry Francois
4a17d7d74a Streamline classes/id + simplify dom 2014-05-11 13:14:52 +03:00
Thierry Francois
e621f4895f Process updates in bulk 2014-05-11 13:14:48 +03:00
Thierry Francois
00b936baa6 Watch onChange on form 2014-05-11 13:14:43 +03:00
Thierry Francois
b16ee50233 Add bulk edit form header + toggle btn 2014-05-11 13:14:32 +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