In 4.0.4.2 (and a few versions before this) there are wierd things happening with linked fields and grid editing, at least on Mac Chrome 29.0.1547.22 beta (also briefly tested on Mac FF 22).
- set Grid editing trigger to double-click
- browse a table for which relations have been configured
Issues:
- when single-clicking on a field that has been linkified (to search the destination table), the expected behavior would be for the browser to load the table linked to (after a brief wait for a possible second click)
- the actual behavior is that nothing happens
- when clicking a second time on the same field after the double-click period has expired, the expected behavior would be the same as a single click
- the actual behavior is that regardless of how long has elapsed between consecutive clicks on the field, a double-click is registered and the grid editing overlay is shown
- clicking the Go to link link in the editing overlay opens the destination URL in a new tab
- the expected behavior is that the destination URL is loaded in the same tab
- closing the editing overlay restores "expected" single-click behavior: single-clicking the same field again (without first clicking on another link) does load the destination table
Thanks for the bug report. Fixed in the repository and will be part of 4.0.8 release.