Bug 17599 - width defined in precentage causes images not to give scrolling display(marquee)
Summary: width defined in precentage causes images not to give scrolling display(marquee)
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: http://www.u88.cn/wyp/mjsh.htm
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-28 17:56 PST by jasneet
Modified: 2011-07-06 20:42 PDT (History)
2 users (show)

See Also:


Attachments
screenshot (218.72 KB, image/jpeg)
2008-02-28 17:56 PST, jasneet
no flags Details
reduction (612 bytes, text/html)
2008-02-28 17:58 PST, jasneet
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description jasneet 2008-02-28 17:56:07 PST
I Steps:
Go to
http://www.u88.cn/wyp/mjsh.htm

II Issue:
In the center of the page, the images are overflowing in table from both sides. In other browsers the images are giving scrolling display.

III Conclusion: In the div element, when width is defined in percent, scrollLeft doesn't increment the value. But when width is defined in pixels, scrollLeft increments the value.

IV Other browsers: 
FF: ok
Opera: not ok
IE 6: ok

V Nightly tested: 30236
Comment 1 jasneet 2008-02-28 17:56:55 PST
Created attachment 19441 [details]
screenshot
Comment 2 jasneet 2008-02-28 17:58:03 PST
Created attachment 19442 [details]
reduction
Comment 3 Shane Stephens 2011-07-06 20:42:53 PDT
FF now matches our behavior, so I'm going to close this bug.