Closed
Bug 2089
Opened 26 years ago
Closed 26 years ago
[PP] Forms: image input element not displayed
Categories
(Core :: Layout: Form Controls, defect, P2)
Tracking
()
VERIFIED
WORKSFORME
M2
People
(Reporter: slamm, Assigned: pollmann)
References
()
Details
The "Find!" button on aol's page show up with "65cite_netfind_us" as the text of
the button. It is also layed out to the right of where it is supposed to be.
Build stats:
----------------------------------------------------
Linux: The test platform.
Windows: The benchmark platform.
Both builds from 12-29-98.
Linux Red Hat 5.2
egcs-2.90.29 980515 (egcs-1.0.3 release)
gtk+-1.1.9
ramiro's nspr rpm with pthreads
../mozilla/configure --enable-debug --with-pthreads
16-bit display
Updated•26 years ago
|
Assignee: trudelle → karnaze
Updated•26 years ago
|
Assignee: karnaze → pollmann
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•26 years ago
|
Summary: [PP] Form submit button has wrong text and wrong location → [PP] Forms: image input element not displayed
Assignee | ||
Comment 2•26 years ago
|
||
The odd text is caused by widgets created for the hidden input fields on the
form. See http://blueviper/forms/hidden.html. This part of the bug is a dup of
bug number 2279
Still not sure why the image input is not displayed though (it is a gif image of
a button). Leaving the bug open and changing the subject line accordingly.
Comment 3•26 years ago
|
||
just doing some bug-housekeeping.
I don't see any strange behavior on WinNT-01/21/99 and this is impossible to
verify with recent Linux(01/21/99) builds.
Comment 4•26 years ago
|
||
okay I guess it wasn't so impossible. This bug is reproducible on 01/21/99 Linux
build. There are probably a couple things wrong (aside from bug#2279). I will
huddle w/ the relevant eng shortly.
Updated•26 years ago
|
Comment 5•26 years ago
|
||
updating the url to point to a minimized testcase
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Comment 6•26 years ago
|
||
The image element magically works for me now. It displays correctly and
exhibits and correct behavior on click.
If it doesn't work for you and you are pulling the latest version of mozilla,
try updating your gtk version to 1.1.13 (or pull and build from cvs as I did).
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 8•26 years ago
|
||
The form elements are there now. The submit button even submits! However, I do
see the hidden data as extra buttons. I opened a bug on this earier, but I think
someone closed it.
Marking verified.
Assignee | ||
Comment 9•26 years ago
|
||
The hidden elements showing up as buttons problem was fixed, but then backed out
accidentally due to a mass checkin yesterday. I will re-check-in the change
separately today.
Assignee | ||
Comment 10•26 years ago
|
||
For reference, the hidden-element-as-button bug is 2279.
Comment 11•26 years ago
|
||
Inserting Milestone info.
Comment 12•26 years ago
|
||
Moving all Widget Set bugs, past and present, to new HTML Form Controls
component per request from karnaze. Widget Set component will be retired
shortly.
You need to log in
before you can comment on or make changes to this bug.
Description
•