Changes between Initial Version and Version 1 of Ticket #39074, comment 27
- Timestamp:
- 01/19/2020 06:05:05 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #39074, comment 27
initial v1 1 1 [attachment:"39074.3.diff"] adds a "pseudo class" of `.focused` to be used along with `.postbox` to have a visual representation of which postbox is moved as we wanted to explore this from comment [comment:25]. 2 2 3 I don't know if this is entirely correct as this catches all `click` and `key press` (bound to Tab only) events on body so we can focus/unfocus the postboxes as well depending on where the mouse or current tabbing is.3 I don't know if this is entirely correct as this catches all `click` and `keyup` (bound to Tab only) events on body so we can focus/unfocus the postboxes as well depending on where the mouse or current tabbing is. 4 4 5 5 You can see a preview of both tabbing + clicking at [attachment:"39074.3_preview.gif"].