Closed (cannot reproduce)
Project:
TableField
Version:
7.x-2.0-beta4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 May 2011 at 01:01 UTC
Updated:
9 Aug 2013 at 15:26 UTC
I'm running the latest beta, and when I choose a different amount of columns and/or rows, and click rebuild table, nothing changes on the edit page in IE8. Webkit and Gekko browsers are all fine. Haven't run it in IE9.
The changes are actually being made. For example, if I change the rows from 4 to 6, then hit rebuild table, nothing seems to change, but if I hit save and view the node, I will see 6 rows instead of 4. If I then hit edit, I will see the 6 rows. It's just not updating the edit page the first time.
Comments
Comment #1
miroslavbanov commentedAppears to work correctly with the latest DEV release.
Note: $element['#ajax']['event'] = 'click' on the button was likely the problem for this. I think $element['#ajax']['event'] = 'mousedown' is recommended.