Open
Bug 1382126
Opened 8 years ago
Updated 3 years ago
The numbers in the drop-down list box misplaced
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
UNCONFIRMED
People
(Reporter: 619076648, Unassigned)
Details
Attachments
(1 file)
|
844.73 KB,
image/jpeg
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:54.0) Gecko/20100101 Firefox/54.0
Build ID: 20170628075643
Steps to reproduce:
Bug 1373230 Not modified,Please browse website:http://www.pre100.com/xxdt/,Using different browsers,click the drop-down button which go to page(Flip),You'll find out firefox error(The numbers in the drop-down list box misplaced),firefox Upgraded 54.0.1.the HTML control: the sub item <select>label:<option> will be misplaced(<select><option>…</option> </select>)
Please refer to Bug 1373230.thanks!
Actual results:
The numbers in the drop-down list box misplaced
Expected results:
The numbers in the drop-down list box
website:http://www.pre100.com/xxdt/
(In reply to 619076648 from comment #0)
> Created attachment 8887810 [details]
> misplaced.jpg
>
> User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:54.0) Gecko/20100101
> Firefox/54.0
> Build ID: 20170628075643
>
> Steps to reproduce:
>
> Bug 1373230 Not modified,Please browse
> website:http://www.pre100.com/xxdt/,Using different browsers,click the
> drop-down button which go to page(Flip),You'll find out firefox error(The
> numbers in the drop-down list box misplaced),firefox Upgraded 54.0.1.the
> HTML control: the sub item <select>label:<option> will be
> misplaced(<select><option>…</option> </select>)
>
> Please refer to Bug 1373230.thanks!
>
>
> Actual results:
>
> The numbers in the drop-down list box misplaced
>
>
> Expected results:
>
> The numbers in the drop-down list box
Updated•8 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
After scaling the page with transform:scale (CSS:body{transform:scale(1.2);), the HTML control: the sub item <select>label:<option> will be misplaced(<select><option>…</option> </select>). Other browsers: IE and chrome are normal. Just Firefox has the bug.
Others reflect it too,for example: http://mozilla.com.cn/archiver/?tid-378512.html
455164 Not yet css5(transform:scale) not DUPLICATE
Comment 6•8 years ago
|
||
Status: RESOLVED → UNCONFIRMED
Resolution: DUPLICATE → ---
<div>
<a href="{$firsturl/}" onClick="return onepage();">首页</a>
<a href="{$prvurl/}" onClick="return onepage();">上一页</a>
{$loop range="3"}<a href="{$pageurl/}">{$pageid/}</a> $$$<span style="color: #ff0000"><strong>{$pageid/}</strong></span> {$/loop}
<a href="{$nexturl/}" onClick="return onepage();">下一页</a>
<a href="{$endurl/}" onClick="return onepage();">尾页</a>
页次:{$currentid/}/{$endid/}页
{$pagesize/}{$unitname/}/页
<span id="firefoxbug">转到第<select id='Jumppage' onchange="if(this.options[this.selectedIndex].value!=''){location=this.options[this.selectedIndex].value;}">
{$loop}<option value='{$pageurl/}'>{$pageid/}</option>$$$<option value='{$pageurl/}' selected>{$pageid/}</option>{$/loop}</select>页</span>
</div>
http://www.pre100.com/xxdt/
Self-development,
After scaling the page with transform:scale (CSS:body{transform:scale(1.2);), the HTML control: the sub item <select>label:<option> will be misplaced(<select><option>…</option> </select>). Other browsers: IE and chrome are normal. Just Firefox has the bug.
| Reporter | ||
Comment 10•8 years ago
|
||
The JS code above generates a drop-down list box to complete the changing page
| Reporter | ||
Comment 11•8 years ago
|
||
My English is poor, please understand!
Updated•8 years ago
|
Component: Untriaged → Layout: Form Controls
Product: Firefox → Core
Updated•8 years ago
|
Priority: -- → P3
Updated•8 years ago
|
status-firefox57:
--- → wontfix
status-firefox58:
--- → fix-optional
Comment 12•7 years ago
|
||
status-firefox59:
--- → ?
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•