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)

54 Branch
defect

Tracking

()

UNCONFIRMED
Tracking Status
firefox57 --- wontfix
firefox58 --- wontfix
firefox59 --- ?

People

(Reporter: 619076648, Unassigned)

Details

Attachments

(1 file)

Attached image 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
(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
Status: UNCONFIRMED → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Disagree
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
according to comment#4 and comment#5
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.
The JS code above generates a drop-down list box to complete the changing page
My English is poor, please understand!
Component: Untriaged → Layout: Form Controls
Product: Firefox → Core
Priority: -- → P3
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: