Hey all!
First time playing around with Coda’s table feature, and I’ve come across this fascinating bug:
BUG SETTING
This appears to occur in the case of two existing distinct tables.
Let’s call them Table 1 and Table 2, where Table 1 is created before Table 2.
Each table has an external button, call them Button 1 and Button 2.
Button 1 should reference the row buttons in Table 1, and Button 2 should reference the row buttons in Table 2.
If it helps, the column names for both Table 1 and Table 2 are identical. In fact, Table 2 was a copy of Table 1 (though I specified that I copy the data, not create a view)
REPRO
When I set the Button 2 to “Push button” for each row in Table 2, the UI shows that “Table 2 -> Row button” is a selection, but upon clicking that option, it defaults to “Table 1 -> Row Button”
I have a video recording to reproduce the bug and to show you expected behavior here:
Here, Food Expenses is “Table 1”, and Setup Expense is “Table 2”. You can see in the video that setting the Reset button for Setup Expense does not seem to be working…
Thanks!