Closed
Bug 289110
Opened 20 years ago
Closed 14 years ago
aerosur.com - dropdown menus display too big
Categories
(Tech Evangelism Graveyard :: Spanish, defect)
Tech Evangelism Graveyard
Spanish
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: nmercadov, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; es-AR; rv:1.7.6) Gecko/20050321 Firefox/1.0.2
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; es-AR; rv:1.7.6) Gecko/20050321 Firefox/1.0.2
Problem in browser display the site http://www.aerosur.com/index.asp in tle form
dropdown
Reproducible: Always
Steps to Reproduce:
1. Enter site http://www.aerosur.com/index.asp
2. Change in the dropdown Reservas Online
3.
Comment 1•20 years ago
|
||
The select elements that define the drop-down menus on the right each have their
height set to 145 pixels in a style attribute - e.g. for the "Origen" menu:
<select name="origen" size="1" tabindex="1" onkeypress="return handleEnter(this,
event)" style="font-size: 8 pt; position: relative; width: 145;
font-family:Arial; height:145">
Firefox draws each drop-down 145 pixels high (as it's told to), making the form
too long to fit into the box it's supposed to be inside. It seems that Internet
Explorer ignores the "height:145" section, and just draws them normal-sized.
Comment 2•20 years ago
|
||
Revisa la parte de los estilos en el select
<select name="origen" size="1" tabindex="1" onkeypress="return handleEnter(this,
event)" style="font-size: 8 pt; position: relative; width: 145;
font-family:Arial; height:145">
tienes definido un alto de 145 y pos el explorer lo ignora pero el firefox si lo
usa por que el si aplica todos los estilos ..
simplemente quita la parte de
height:145"
y quedara normal
(In reply to comment #0)
> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; es-AR; rv:1.7.6)
Gecko/20050321 Firefox/1.0.2
> Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; es-AR; rv:1.7.6)
Gecko/20050321 Firefox/1.0.2
>
> Problem in browser display the site http://www.aerosur.com/index.asp in tle form
> dropdown
>
> Reproducible: Always
>
> Steps to Reproduce:
> 1. Enter site http://www.aerosur.com/index.asp
> 2. Change in the dropdown Reservas Online
> 3.
Comment 3•20 years ago
|
||
Moving to Tech Evan as per comment 1
Status: UNCONFIRMED → NEW
Component: Form Manager → Spanish
Ever confirmed: true
OS: Windows XP → All
Product: Firefox → Tech Evangelism
Hardware: PC → All
Summary: problem form dropdown → aerosur.com - dropdown menus display too big
Updated•19 years ago
|
Assignee: bugs → spanish
QA Contact: form.manager → spanish
Comment 4•14 years ago
|
||
INCOMPLETE due to lack of activity since the end of 2009.
If someone is willing to investigate the issues raised in this bug to determine whether they still exist, *and* work with the site in question to fix any existing issues, please feel free to re-open and assign to yourself.
Sorry for the bugspam; filter on "NO MORE PRE-2010 TE BUGS" to remove.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INCOMPLETE
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•