Closed
Bug 67518
Opened 25 years ago
Closed 25 years ago
Page Info image sizes seem to be incorrect
Categories
(SeaMonkey :: Page Info, defect)
SeaMonkey
Page Info
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: nnbugzilla, Assigned: pavlov)
References
()
Details
Bringing up Page Info on the given URL (and probably others) shows what appears
to be wrong width and height for the images. I suspect the reported width and
height are taking into account the "border=1" attribute, but I don't know if
this is the correct behavior or not.
| Reporter | ||
Comment 1•25 years ago
|
||
Forgot to mention that the first image is 512x666, which you can verify by
looking at the page source. But Page Info lists it as 514x668.
Comment 2•25 years ago
|
||
Confirmed
Platform: PC
OS: Linux 2.2.16
Mozilla Build: 2001020512
Marking NEW.
Severity: normal → minor
Status: UNCONFIRMED → NEW
Component: User Interface: Design Feedback → XP Apps
Ever confirmed: true
OS: Windows 98 → All
Hardware: PC → All
Comment 3•25 years ago
|
||
Interesting. It may ultimatly be a c++ problem (still a simple one though)
because as I recall the code is just using image.width and image.height. If
these values include the border, I think that it should be changed. When I get
back to my computer I'll check it out. OTOH, it may not be possible to change
that without screwing up the layout code, if the layout code is relying on
these figures to include the border. That would suck.
Sending to component owner
Assignee: hangas → pchen
QA Contact: mpt → sairuh
Comment 5•25 years ago
|
||
daniel, would you like to take this one?
Comment 6•25 years ago
|
||
Yes, I'll take it. Also, since I've basically fixed every bug that 52730 depends
on, should I also assign them to myself? If all goes well I'll have a patch that
fixes them all in a few days.
Assignee: pchen → db48x
Updated•25 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 7•25 years ago
|
||
reassign to dom...
Assignee: db48x → jst
Status: ASSIGNED → NEW
Component: XP Apps → DOM HTML
QA Contact: sairuh → desale
| Assignee | ||
Comment 9•25 years ago
|
||
checked in fix for 65708 which fixes this bug.
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 10•25 years ago
|
||
Yup, fixed in 2001052104 build.
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•