Closed
Bug 1724124
Opened 4 years ago
Closed 4 years ago
<input> padding-right
Categories
(Core :: Layout: Form Controls, defect)
Core
Layout: Form Controls
Tracking
()
RESOLVED
DUPLICATE
of bug 1715291
People
(Reporter: 1115383145, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36
Steps to reproduce:
<input>标签加上 padding-right 属性后 ,文字长度在width 到 width-paddingright之间 时 , 光标移动到末尾文字不会移动且光标消失,
Actual results:
<input>标签加上 padding-right 属性后 ,文字长度在width 到 width-paddingright之间 时 , 光标移动到末尾文字不会移动且光标消失,
Expected results:
<input>标签加上 padding-right 属性后 ,文字长度在width 到 width-paddingright之间 时 , 光标移动到末尾文字不会移动且光标消失,
| Comment hidden (off-topic) |
Comment 2•4 years ago
|
||
"After adding the padding-right attribute to the <input> tag, when the text length is between width and width-paddingright, the text will not move when the cursor is moved to the end and the cursor disappears."
Status: RESOLVED → REOPENED
Component: General → DOM: Editor
Ever confirmed: true
Product: Invalid Bugs → Core
Resolution: INVALID → ---
Comment 3•4 years ago
|
||
I think this is a dup of bug 1715291.
Component: DOM: Editor → Layout: Form Controls
Flags: needinfo?(aethanyc)
Comment 4•4 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 4 years ago → 4 years ago
Flags: needinfo?(aethanyc)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•