[Webkit-unassigned] [Bug 30195] New: Calendar rendering is not proper as table width specified in percentage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 7 22:09:05 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=30195

           Summary: Calendar rendering is not proper as table width
                    specified in percentage
           Product: WebKit
           Version: 525.x (Safari 3.2)
          Platform: PC
               URL: http://www.smartwings.net/home.php?lang=en
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tables
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sameer.inbox at gmail.com


Created an attachment (id=40844)
 --> (https://bugs.webkit.org/attachment.cgi?id=40844)
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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list