Bug 30195 - Calendar rendering is not proper as table width specified in percentage
Summary: Calendar rendering is not proper as table width specified in percentage
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tables (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL: http://www.smartwings.net/home.php?la...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-07 22:09 PDT by sameer.inbox
Modified: 2022-08-15 11:53 PDT (History)
6 users (show)

See Also:


Attachments
Calendar table rendering issue (17.67 KB, image/jpeg)
2009-10-07 22:09 PDT, sameer.inbox
no flags Details
Steps to reproduce (138.22 KB, image/jpeg)
2009-10-07 22:10 PDT, sameer.inbox
no flags Details
Reduced attachement (4.90 KB, application/zip)
2009-10-07 22:12 PDT, sameer.inbox
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description sameer.inbox 2009-10-07 22:09:04 PDT
Created attachment 40844 [details]
Calendar table rendering issue

Steps to reproduce::

1) open http://www.smartwings.net/home.php?lang=en url
2) Click on calendar icon in the left menu.(please check calendar_steps.jpg for reference).
3) New calendar window will open check the rendering of the calendar, it is not proper.

Also attaching the reduced version of page.

Following is the analysis for the issue

Basically calendar is a table having width 100% which means it will take its container width.
Which is 200 px.
If we mention the width 200px directly in css then the rendering is proper but same is not happening when
width is specified in percentage.
Comment 1 sameer.inbox 2009-10-07 22:10:29 PDT
Created attachment 40845 [details]
Steps to reproduce
Comment 2 sameer.inbox 2009-10-07 22:12:17 PDT
Created attachment 40846 [details]
Reduced attachement
Comment 3 Ahmad Saleem 2022-08-15 11:53:04 PDT
I am not able to reproduce this bug using attached "Reduced attachment" in Safari 15.6 on macOS 12.5 and it renders fine and does not have issue as shown in "Calendar table rendering", it is rendering same as other browsers as well (Chrome Canary 106 and Firefox Nightly 105). Although, Firefox has issue where the drop-down 2009 is cut-off and does not display clearly but it is clearly Firefox issue.

I am going to mark this as "RESOLVED WONTFIX" at the point, please reopen if you are able to reproduce this bug. Thanks!