MantisBT - ParaView
View Issue Details
0013344ParaView(No Category)public2012-08-08 10:572012-10-29 17:04
Ken Moreland 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
git-master 
3.98.0 
Sandia
13379_cleanup_properties_panel_ui
usability
0013344: Advanced button used as toggle in Properties panel
In the new properties panel, there is a toggle to show advanced options. This toggle is implemented with a button widget. These button widgets are conventionally used to invoke actions, and it's toggle behavior is confusing (see GUI Blooper "Using command buttons as toggles," http://books.google.com/books?id=cIY0JOAkLoYC&pg=PA66&lpg=PA66&dq=gui+blooper+toggle&source=bl&ots=uWwpXi3PqM&sig=pq3jazWL-yimwkcfV5UOrsSKVwk&hl=en&sa=X&ei=UXwiUJXVDsT5ygG4n4HQAQ&ved=0CFUQ6AEwAQ#v=onepage&q=gui%20blooper%20toggle&f=false [^])

Use a different widget that better represents the notion of a toggle like a checkbox or perhaps a squared toolbutton like those toggles used in the toolbar.
No tags attached.
related to 0013379closed Utkarsh Ayachit Properties panel has ugly buttons to implement collapsible groups 
png simple.png (30,006) 2012-08-21 11:28
https://www.vtk.org/Bug/file/9256/simple.png
png

png advanced.png (33,239) 2012-08-21 11:28
https://www.vtk.org/Bug/file/9257/advanced.png
png
Issue History
2012-08-08 10:57Ken MorelandNew Issue
2012-08-20 17:39Ken MorelandRelationship addedrelated to 0013379
2012-08-21 11:26Utkarsh AyachitTopic Name => 13379_cleanup_properties_panel_ui
2012-08-21 11:26Utkarsh AyachitNote Added: 0029040
2012-08-21 11:26Utkarsh AyachitStatusbacklog => gatekeeper review
2012-08-21 11:26Utkarsh AyachitFixed in Version => git-next
2012-08-21 11:26Utkarsh AyachitResolutionopen => fixed
2012-08-21 11:26Utkarsh AyachitAssigned To => Utkarsh Ayachit
2012-08-21 11:28Utkarsh AyachitFile Added: simple.png
2012-08-21 11:28Utkarsh AyachitFile Added: advanced.png
2012-08-24 11:19Utkarsh AyachitFixed in Versiongit-next => git-master
2012-08-24 11:20Utkarsh AyachitNote Added: 0029058
2012-08-24 11:20Utkarsh AyachitStatusgatekeeper review => customer review
2012-09-19 22:20Alan ScottNote Added: 0029230
2012-09-19 22:20Alan ScottStatuscustomer review => closed
2012-10-29 17:04Utkarsh AyachitFixed in Versiongit-master => 3.98.0

Notes
(0029040)
Utkarsh Ayachit   
2012-08-21 11:26   
commit ddde89996862efb02a2221bf45758679c0252d2e
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Tue Aug 21 11:23:51 2012 -0400

    BUG 0013344: Using toolbutton with icon for "Advanced" button.
    
    Changing "Advanced" button on the properties panel to a checkable toolbutton and
    adding a new icon for this button. Also adding tooltips for a few controls on
    the panel.
(0029058)
Utkarsh Ayachit   
2012-08-24 11:20   
merged in master, if applicable.
(0029230)
Alan Scott   
2012-09-19 22:20   
Tested Master, local server, Linux.