#21351 closed defect (bug) (fixed)
type=search breaks internal linking spinner position
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.4.2 |
| Component: | Editor | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | info@… |
Description
Some editor.css styling is applied to type=text, which breaks when we moved to type=search.
Attachments (3)
Change History (12)
comment:2
azaozz
— 11 months ago
Don't see any differences in styling input[type="text"] and input[type="search"], all seem fixed.
comment:3
azaozz
— 11 months ago
- Owner set to azaozz
- Resolution set to fixed
- Status changed from new to closed
In [21306]:
Version 0, edited 11 months ago
by azaozz
(next)
comment:5
toscho
— 11 months 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
comment:6
nacin
— 11 months ago
- Resolution fixed deleted
- Status changed from closed to reopened
That's where it was in 3.3.
comment:7
azaozz
— 11 months ago
All other similar places have the spinner to the left, but yes, it was to the right in the internal linking popup in 3.3. Will move it back.
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.