This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 50334 - Add tooltip to multiview toggle buttons
Summary: Add tooltip to multiview toggle buttons
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 4.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords:
Depends on: 50331
Blocks: 50574
  Show dependency tree
 
Reported: 2004-10-13 12:55 UTC by David Simonek
Modified: 2008-12-22 17:22 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Simonek 2004-10-13 12:55:06 UTC
More info here, section
C-http://ui.netbeans.org/usability/ws_study/#conclusions

Recommendation: To show name of view (Source View,
Design View) with assigned shortcut
(ALT+SHIFT+LEFT or ALT+SHIFT+RIGHT) in tooltip
above toggle buttons.

Implementation (pending): Tooltip should probably
be constructed from multiview item tooltip +
shortcut info. Shortcut info should be added by
multiview module itself, because it will be
directly handling this shortcut.
Comment 1 Milos Kleint 2004-11-03 09:25:32 UTC
Dusan, it's unclear to me how the tooltips shall handle shortcuts in
case when there's more than 2 editors? the shortcuts are more
iterative than bound to a certain element.


Comment 2 dpavlica 2005-01-13 13:20:30 UTC
I suggest to have the following tooltips for views:

Toltip for Source toggle button: Source View (Alt+Shift+Left or Alt+Shift+Right)
Toltip for Design toggle button: Design View (Alt+Shift+Left or Alt+Shift+Right)
Comment 3 Milos Kleint 2005-01-14 14:34:41 UTC
fixed