View Issue Details

IDProjectCategoryView StatusLast Update
0020802mantisbtbugtrackerpublic2016-04-18 11:05
Reporterrgaid Assigned To 
PrioritylowSeverityminorReproducibilityalways
Status confirmedResolutionopen 
PlatformGoogle ChromeOSMicrosoft WindowsOS Version7
Product Version1.3.0-rc.1 
Summary0020802: 0001: No proper visual feedback if Select Profile expand button is activated or not
Description

When reporting a new issue, the Select Profile expand button stays the same regardless if it's actually expanded or not. This will tend to confuse users if there are more fields they can open or not.

The plus sign (+) should turn into minus (-) when opened and vice versa.

Steps To Reproduce
  1. Go to "Report Issue"
  2. On the "Select Profile" row, click on the plus sign (expand) button to open subfields (Platform, OS, OS Version)
  3. Notice it always stay in plus (+) state regardless if it's expanded or not.
TagsNo tags attached.

Activities

dregad

dregad

2016-04-18 11:05

developer   ~0052977

Considering the way our collapsible sections work, I think the only way to fix is either to

  • have a custom js to handle this special case
  • redesign the expanded profile section to move the toggle button within the same div as the 3 input fields.