Changes between Version 2 and Version 3 of Ticket #8652, comment 28
- Timestamp:
- 2013-05-17T21:12:00+02:00 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8652, comment 28
v2 v3 1 1 I pathched the status bar menu code when committinig (there were conflicts with AngleSnap menu and JumpToAction). 2 2 3 The Tab-related changes need some rework. Currently Tab should be enabled in all dialogs - it is done in ExtendedDialog, but there are many others (like "rename layer" and Yes/No/Cancel messageboxes). They do not use Josm code, so there are no easy way to change thebehavior.3 The Tab-related changes need some rework. Currently Tab should be enabled in all dialogs - it is done in ExtendedDialog, but there are many others (like "rename layer" and Yes/No/Cancel messageboxes). They do not use Josm code, so there are no easy way to restore its old Tab behavior. 4 4 5 5 Maybe we should not de-register Tab globally but do something else instead... Can someone give and idea?