Closed
Bug 40440
Opened 25 years ago
Closed 25 years ago
[FIX-html.css]input image does not change cursor shape when mouse points to it
Categories
(Core :: Layout: Form Controls, defect, P3)
Tracking
()
VERIFIED
FIXED
M16
People
(Reporter: vanbalen, Assigned: rods)
References
()
Details
(Whiteboard: [nsbeta2+] 6/15 fix in tree)
Attachments
(2 files)
Overview Description:
The above about sums it up. Here's a snippet of html from that page. The part
that's having trouble's in there but, of course, isn't necessarily what's
causing it ;)
<!-- This table displays region/cities. -->
<BR><TABLE border=0 cellpadding=0 cellspacing=0 width=100%>
<TR>
<TD WIDTH="4"><IMG
SRC="http://www.rent.net/ctg/RentNet/active/images/white.gif"></TD>
<TD bgcolor=#CCCC99 COLSPAN=3>
<B>Austin & Surrounding Areas</B>
</TD></TR>
<TR>
<TD WIDTH="4"> </TD>
<TD WIDTH=33% VALIGN=TOP bgcolor=#FFFFCC><FORM
ACTION="http://www.rent.net/ctg/cgi-bin/RentNet/FrameRooms/AAAAfNAAXAAAKWXAAW"
TARGET=MainNested METHOD=POST
ENCTYPE="application/x-www-form-urlencoded">
<input type="checkbox" name="CityIDs" value="TX1R3C1"> <FONT
SIZE=-1>Austin</FONT><BR>
<input type="checkbox" name="CityIDs" value="TX1R3C8"> <FONT SIZE=-1>Cedar
Park</FONT><BR>
<input type="checkbox" name="CityIDs" value="TX1R3C7"> <FONT
SIZE=-1>Georgetown</FONT><BR>
</TD>
<TD WIDTH=33% VALIGN=TOP bgcolor=#FFFFCC>
<input type="checkbox" name="CityIDs" value="TX1R3C9"> <FONT
SIZE=-1>Harker Heights</FONT><BR>
<input type="checkbox" name="CityIDs" value="TX1R3C2"> <FONT SIZE=-1>Round
Rock</FONT><BR>
<input type="checkbox" name="CityIDs" value="TX1R3C3"> <FONT SIZE=-1>San
Marcos</FONT><BR>
</TD>
<TD WIDTH=33% VALIGN=TOP bgcolor=#FFFFCC>
<input type="checkbox" name="CityIDs" value="TX1R3C4"> <FONT
SIZE=-1>Sunset Valley</FONT><BR>
<input type="checkbox" name="CityIDs" value="TX1R3C6"> <FONT
SIZE=-1>Taylor</FONT><BR>
</TD></TR>
<TR HEIGHT=6><TD><IMG
SRC="http://www.rent.net/ctg/RentNet/active/images/white.gif"></TD><TD
bgcolor=#FFFFCC><IMG
SRC="http://www.rent.net/ctg/RentNet/active/images/white.gif"></TD><TD
bgcolor=#FFFFCC><IMG
SRC="http://www.rent.net/ctg/RentNet/active/images/white.gif"></TD><TD
bgcolor=#FFFFCC><IMG
SRC="http://www.rent.net/ctg/RentNet/active/images/white.gif"></TD></TR>
<TR VALIGN=MIDDLE><TD WIDTH="4"> </TD>
<TD bgcolor=#FFFFCC>
<INPUT TYPE="image"
src="http://www.rent.net/ctg/RentNet/active/images/checkedcities_b.gif" BORDER=0
VSPACE="0">
<INPUT TYPE=HIDDEN NAME="Page" VALUE="Rooms">
<INPUT TYPE=HIDDEN NAME="RgID" VALUE="TX1R3">
<INPUT TYPE=HIDDEN NAME="RgIdNg" VALUE="TX1R3">
<INPUT TYPE=HIDDEN NAME="ng_geopol" VALUE="ARUSSCTXxx03">
<INPUT TYPE=HIDDEN NAME="stateID" VALUE="TX2">
<INPUT TYPE=HIDDEN NAME="brand" VALUE="">
<INPUT TYPE=HIDDEN NAME="MaxRow" VALUE="25">
<INPUT TYPE=HIDDEN NAME="Times" VALUE="1">
</FORM>
</TD><TD bgcolor=#FFFFCC>
<FORM
ACTION="http://www.rent.net/ctg/cgi-bin/RentNet/FrameRooms/AAAAfNAAXAAAKWXAAW"
TARGET=MainNested METHOD=POST
ENCTYPE="application/x-www-form-urlencoded">
<INPUT TYPE="image"
src="http://www.rent.net/ctg/RentNet/active/images/allcities_b.gif" BORDER=0
VSPACE="0">
<INPUT TYPE=HIDDEN NAME="Page" VALUE="Rooms">
<INPUT TYPE=HIDDEN NAME="RgID" VALUE="TX1R3">
<INPUT TYPE=HIDDEN NAME="RgIdNg" VALUE="TX1R3">
<INPUT TYPE=HIDDEN NAME="ng_geopol" VALUE="ARUSSCTXxx03">
<INPUT TYPE=HIDDEN NAME="CityIDs" VALUE="XXX">
<INPUT TYPE=HIDDEN NAME="stateID" VALUE="TX2">
<INPUT TYPE=HIDDEN NAME="brand" VALUE="">
<INPUT TYPE=HIDDEN NAME="MaxRow" VALUE="25">
<INPUT TYPE=HIDDEN NAME="Times" VALUE="1">
Steps to Reproduce:
1) Go to www.rent.net and click on the link labelled "Apartments & rentals" The
link itself says "Photos, floor plans and virtual tours in the US and Canada"
2) This will take you to a listing of states in the US and Canada.
3) Choose a state, any state (I've tried Texas and Oregon and have had the same
problem in both).
4) This will take you to a page titled "Select City or Region."
5) The labels maked "Search Checked Cities," "Search Region," and "Get Area Map"
(where applicable) should be links but Mozilla doesn't seem to recognize them as
such while Netscape 4.7 does.
Reproducibility:
It's done it every time up until now.
Build Date & Platform Bug Found:
Linux build 2000052320
Additional Builds and Platforms Tested On:
None (worked under Netscape).
Got it to work once but the pointer still never changed to acknowlege that it
was a link... also, when hitting the back button, it skips the page with the
state listing. This page in general just seems to be causing problems.
![]() |
||
Comment 2•25 years ago
|
||
Sounds like a regression of one of the many links-inside-tables-not-recognized
bugs. I'll try to find one
Keywords: qawanted
![]() |
||
Comment 3•25 years ago
|
||
Blake Ross could you give a pointer to which component the duplicate should be.
Its definetely not html-table. I read all open html bug reports, there was no
report about that.
![]() |
||
Comment 4•25 years ago
|
||
![]() |
||
Comment 5•25 years ago
|
||
![]() |
||
Comment 6•25 years ago
|
||
The testcase demonstrates that the bug has nothing to do with tables. It simply
uses an input control with type "image" that does not cause a mouse cursor
change when the cursor is over the image. Renaming & Reassigning the bug
Assignee: karnaze → rods
Component: HTMLTables → HTML Form Controls
QA Contact: chrisd → ckritzer
Summary: submission link within table isn't recognized as link by browser → input image does not change cursor shape when mouse points to it
![]() |
Assignee | |
Comment 7•25 years ago
|
||
This rule needs to be added to html.css:
input[type=image]:hover {
cursor: pointer;
}
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Summary: input image does not change cursor shape when mouse points to it → [FIX]input image does not change cursor shape when mouse points to it
![]() |
Assignee | |
Comment 8•25 years ago
|
||
Nominating for nsbeta2. This fix is trival (simple change to html.css) and it
improves the quality of Gecko
Keywords: nsbeta2
Summary: [FIX]input image does not change cursor shape when mouse points to it → [FIX-html.css]input image does not change cursor shape when mouse points to it
Whiteboard: fix in tree
![]() |
||
Comment 11•25 years ago
|
||
Granting PDT approval
Whiteboard: fix in tree → [nsbeta2+] 6/15 fix in tree
![]() |
Assignee | |
Comment 12•25 years ago
|
||
fixed
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
![]() |
||
Comment 13•25 years ago
|
||
Marking VERIFED FIXED on:
- MacOS9 2000-06-02-08-M16 Commercial Build
- Linux6 2000-06-02-08-M16 Commercial Build
- Win98 2000-06-02-08-M16 Commercial Build
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•