Changes between Version 1 and Version 2 of Ticket #8652, comment 28


Ignore:
Timestamp:
2013-05-17T21:11:36+02:00 (13 years ago)
Author:
akks

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8652, comment 28

    v1 v2  
    11I pathched the status bar menu code when committinig (there were conflicts with AngleSnap menu and JumpToAction).
    22
    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 other (like "rename layer" and Yes/No/Cancel messageboxes). They do not use Josm code, so there are no easy way to change the behavior.
     3The 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 the behavior.
    44
    55Maybe we should not de-register Tab globally but do something else instead... Can someone give and idea?