Opened 5 weeks ago
Last modified 5 weeks ago
#8295 new defect (bug)
Photos: Active tab should be visually distinguished and non-clickable
| Reported by: | krupajnanda | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Photo Directory | Keywords: | needs-design-feedback 2nd-opinion |
| Cc: |
Description
The navigation allows clicking the currently active view and no meaningful navigation.
Current Behavior:
- When viewing Contributions, the "Contributions" button remains clickable.
- When viewing Favorites, the "Favorites" button remains clickable.
- Clicking the currently selected tab reloads or re-triggers the same view.
Expected Behavior:
One of the following patterns should be used:
Option A:
The active tab should not not clickable.
Option B:
The active tab remains clickable but is clearly distinguished as the current view and does not trigger unnecessary page actions.
Visual:
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
The active tab should be made non-clickable. It's a neat UX improvement. That said
While implementing this fix, we should also ensure that hovering over the active tab does not trigger any CSS style changes(bg color and link color). Since the tab is already active and non-clickable, its style should remain completely static too.