Closed Bug 2364 Opened 26 years ago Closed 25 years ago

Resizing browser window enlarges image

Categories

(Core :: DOM: Core & HTML, defect, P2)

x86
Windows NT
defect

Tracking

()

VERIFIED DUPLICATE of bug 2542

People

(Reporter: michael.j.lowe, Assigned: vidur)

Details

With the test file:

\mozilla\mozilla\layout\html\tests\SlideShow\show.html

resizing the browser window duing the display of the slideshow causes the image
to enlarge.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
Status: RESOLVED → REOPENED
To see the bug you must first change a line in the script file 'show.js'
from:
  image.setDOMAttribute("SRC", images[index]);
to:
  image.setAttribute("SRC", images[index]);
and then with the slide show pictures flipping over, resize the browser window.
Assignee: michaelp → vidur
Status: REOPENED → NEW
Component: Rendering → DOM
someone keeps making the frame that the image lives in larger on each resize.
naturally, rendering obeys the change and voila...
Resolution: WORKSFORME → ---
Setting all current Open/Normal to M4.
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
QA Contact: 4015 → 4078
QA contact re-assigned according to the product areas we're currently working
on.
Status: NEW → RESOLVED
Closed: 26 years ago25 years ago
Resolution: --- → DUPLICATE
Target Milestone: M4 → M5
*** This bug has been marked as a duplicate of 2542 ***
Status: RESOLVED → VERIFIED
verified.
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.