#21351 closed defect (bug) (fixed)
type=search breaks internal linking spinner position
Reported by: | nacin | Owned by: | azaozz |
---|---|---|---|
Milestone: | 3.4.2 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Editor | Keywords: | |
Focuses: | Cc: |
Description
Some editor.css styling is applied to type=text, which breaks when we moved to type=search.
Attachments (3)
Change History (12)
#2
@
13 years ago
Don't see any differences in styling input[type="text"]
and input[type="search"]
, all seem fixed.
#3
@
13 years ago
- Owner set to azaozz
- Resolution set to fixed
- Status changed from new to closed
In [21306]:
#5
@
13 years ago
- Cc info@… added
Shouldn’t the spinner sit on the right side of the search field?
In the order of actual actions this would feel more … natural:
Search … for keywords … wait
results
#6
@
13 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
That's where it was in 3.3.
Note: See
TracTickets for help on using
tickets.
The spinner appears between the label and the search field there, making the search field jump right. 21351.patch moves the spinner on the left of the label (no jumping) and fixes the vertical alignment.