Closed
Bug 920788
Opened 12 years ago
Closed 12 years ago
[beta] Search box has some rough edges
Categories
(developer.mozilla.org Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: basta, Unassigned)
Details
(Whiteboard: [specification][type:bug])
What did you do?
================
1. Click the magnifying glass to open the search box
2. Click away (blur)
What happened?
==============
- You can't close the search box unless you give the box focus again and take it away.
- Sometimes the search box doesn't have focus when it's opened, meaning you have to click in it and then out of it to hide it.
What should have happened?
==========================
- The search box should go away when it loses focus
Is there anything else we should know?
======================================
300 bonus points if you make the search box use CSS transitions (`li.main-nav-search.active ~ li {opacity: 0;}` if you reorder the lis so the search is first and position:absolute'd to the right)
| Reporter | ||
Comment 1•12 years ago
|
||
Also: the search box says "Search" when it's open, and "SEARCH" when it's animating closed.
Comment 2•12 years ago
|
||
Which browser(s) did the search box not focus?
| Reporter | ||
Comment 3•12 years ago
|
||
Chrome 29
Comment 4•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/e56d08017166f930662485b0e0826d135835c60a
fix bug 920788 - Redo search box styling and logic for usability
https://github.com/mozilla/kuma/commit/7b0340c97c684032845bd4f9b4daad7aa9c75e95
Merge pull request #1435 from darkwing/search-redux-too
fix bug 920788 - Redo search box styling and logic for usability
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•