Opened 6 months ago
Closed 5 months ago
#22835 closed defect (bug) (fixed)
link-search-field float (RTL-Arabic)
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5.1 |
| Component: | RTL | Version: | 3.4.2 |
| Severity: | normal | Keywords: | has-patch commit fixed-major |
| Cc: | r_a_m_i@… |
Description
Link search field should be moved to right
+ General note about URL field.
(Screenshot attached)
Attachments (10)
Change History (30)
- Cc r_a_m_i@… added
- Keywords needs-patch added
SergeyBiryukov — 5 months ago
SergeyBiryukov — 5 months ago
comment:6
SergeyBiryukov — 5 months ago
- Keywords has-patch added; needs-patch removed
22835.patch also cleans up some obsolete and redundant styles.
Screenshot: 22835.after.png
SergeyBiryukov — 5 months ago
SergeyBiryukov — 5 months ago
SergeyBiryukov — 5 months ago
comment:7
SergeyBiryukov — 5 months ago
Also noticed a bug with the search input in Chrome similar to the one in #22935: 22835.chrome-search-input.png.
Appears to be a Chromium bug, fixed two weeks ago: https://codereview.chromium.org/11421088/.
22835.2.patch fixes that as well using ::-webkit-textfield-decoration-container: 22835.chrome-search-input.2.png.
Sergey, can you make the search input box wider? as wide as the URL input bux above?
SergeyBiryukov — 5 months ago
SergeyBiryukov — 5 months ago
comment:10
in reply to:
↑ 8
SergeyBiryukov — 5 months ago
Replying to ramiy:
Sergey, can you make the search input box wider? as wide as the URL input bux above?
Changed for both LTR and RTL in 22835.3.patch. Screenshot: 22835.after.2.png.
And move the X on the top-right corner to the top-left corner.
Also fixed in 22835.3.patch.
comment:11
ramiy — 5 months ago
Looks great!
comment:12
helen — 5 months ago
22835.3.patch looks good, just would request that the ::-webkit-textfield-decoration-container piece be taken out so we address that universally instead.
SergeyBiryukov — 5 months ago
comment:13
SergeyBiryukov — 5 months ago
Done in 22835.4.patch
comment:14
helen — 5 months ago
- Keywords commit added
comment:15
follow-up:
↓ 16
nacin — 5 months ago
- Keywords commit removed
22835.4.patch makes the input so wide that the spinner is bumped to the next line. I don't think a search field needs to be full-width, let's bring it back to what it has been for now, for 3.5.
comment:16
in reply to:
↑ 15
helen — 5 months ago
Replying to nacin:
I don't think a search field needs to be full-width, let's bring it back to what it has been for now, for 3.5.
comment:17
SergeyBiryukov — 5 months ago
- Keywords commit added
22835.diff keeps the current search input width.
comment:18
nacin — 5 months ago
In 23226:
comment:19
nacin — 5 months ago
- Keywords fixed-major added
comment:20
nacin — 5 months ago
- Owner set to nacin
- Resolution set to fixed
- Status changed from new to closed
In 23274:

Is this a 3.5 regression?