[Webkit-unassigned] [Bug 281325] ep.gov.pk: <marquee> is hidden behind <div>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 6 19:54:17 PST 2024


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

Karl Dubost <karlcow at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |karlcow at apple.com

--- Comment #2 from Karl Dubost <karlcow at apple.com> ---
The second marquee element is part of a nested table, which itself contains a series of div inside a td element. 

This is the basic structure. 

```
<td height="90"
    valign="top"
    align="center">

  <div style="float:left; background:url(/images/menu_left.gif) no-repeat; width:27px; height:84px;"></div>

  <div style="float:left; background:url(/images/menu_min.gif) repeat-x; width:937px; height:84px;">
    <div id="menu_top"
         align="center">

      <ul>
        …
      </ul>
    </div>
    <br>
    <div id="menu_bot"
         align="center"
         style="margin-left: 1px !important;">

      <ul>
        …
      </ul>
    </div>
  </div>

  <div style="float:left; background:url(/images/menu_right.gif) no-repeat; width:27px; height:84px;"></div>

  <div>
    <marquee style="color:#be0101;font-weight:bold">Pakistan Post never asks for any online payment through its website.
      Beware of any message containing any malicious link.The official websites are <a
         href="https://ep.gov.pk">www.ep.gov.pk</a>
      and <a href="https://www.pakpost.gov.pk"
         target="_blank">www.pakpost.gov.pk<!--</a>-->.</a></marquee>
  </div>

</td>
```

if disable and re-enable the `float: left` in the div just above the marquee element,  suddenly the scrolling text reappears. So it seems more like something which is about layout and rendering not properly computing the space for each elements.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20241107/232d09b0/attachment.htm>


More information about the webkit-unassigned mailing list