Closed Bug 194360 Opened 22 years ago Closed 11 years ago

shaw.com.sg - missing text input fields

Categories

(Tech Evangelism Graveyard :: English Other, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: g0202227, Unassigned)

References

()

Details

(Whiteboard: [bug248549notfixed])

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030210
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030210

The text input fields is not visible for the user ID and password.  However, it
is possible to log in because clicking the "login" button causes the site to
complain about the missing user information, and the cursor blinks where the
user ID input field should be.  Typing the user ID (albeit blind) and password
allows logging into the site.

Reproducible: Always

Steps to Reproduce:
1. go to www.shaw.com.sg
2. user id and password field missing from upper right of page
3.

Actual Results:  
User ID and password input field missing from page.

Expected Results:  
User ID and password input field should be visible.
I can confirm this on build 2003-02-17-04 (win2k).  The thing is that I'm not
sure if it's a Moz layout problem or a tech eveng problem.  The code is
incredibly convoluted but as far as I can tell, the important bit is below:

<div id="Layer2" style="position:absolute; left:-2px; top:0px; width:149px;
height:80px; z-index:2; visibility: visible">
<img src="images/loginbox.jpg" width="149" height="80" usemap="#LoginMap"
border="0">
<map name="LoginMap"><area shape="rect" coords="82,56,140,82"
href="javascript:login_click();" alt="Login" title="Login">
</map>
</div>
<form name="frmlogin">
<table width="136" border="0" cellspacing="0" cellpadding="0" height="19">
<tr>
<td width="72" rowspan="2">&nbsp;</td>
<td rowspan="2" height="2" width="72"><input type="text" name="txtuserid"
size="8" maxlength="12" onkeypress="javascript: checkkey()" value=""><input
type="password" name="txtpassword" size="8" maxlength="15"
onkeypress="javascript: checkkey()"></td>
</tr>
<tr> </tr>
</table></form>
adding self to cc
The <input>s are covered by the div that comes before them (the one that's
position:absolute and has z-index:2).  This is the correct rendering.
Assignee: form → momoi
Status: UNCONFIRMED → NEW
Component: Layout: Form Controls → English: Non-US
Ever confirmed: true
OS: Windows XP → All
Product: Browser → Tech Evangelism
QA Contact: desale → jeesun
Hardware: PC → All
Version: Trunk → unspecified
Mass reassigning English-Other bugs to general default assignees.
Assignee: momoi → english-other
QA Contact: jeesun → english-other
Summary: missing text input fields → shaw.com.sg - missing text input fields
Whiteboard: [bug248549notfixed]
looks fixed
Problem not found
Mozilla/5.0 (X11; Linux i686; rv:23.0) Gecko/20100101 Firefox/23.0
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.