php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #66669 Fix for IE11 search dropdown
Submitted: 2014-02-07 23:23 UTC Modified: 2023-01-09 04:19 UTC
Votes:6
Avg. Score:3.3 ± 1.2
Reproduced:3 of 3 (100.0%)
Same Version:3 (100.0%)
Same OS:3 (100.0%)
From: shafiq dot jetha at outlook dot com Assigned: levim (profile)
Status: Wont fix Package: Website problem
PHP Version: Irrelevant OS: Windows 7/IE11
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2014-02-07 23:23 UTC] shafiq dot jetha at outlook dot com
Description:
------------
span#tt-suggestions {overflow: auto; display: block;}
btw, the W3C has stated that spans should be use for inline elements, and divs are for block level elements, giving a span a display of block defeats the whole purpose of this element, since this is the only CSS value it has.

Expected result:
----------------
Horizontal scroll bars disappear, vertical scroll bars disappear if the content's height is equal to or less than the parent container.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-03-04 03:41 UTC] levim@php.net
-Status: Open +Status: Analyzed -Assigned To: +Assigned To: levim
 [2017-10-24 05:20 UTC] kalle@php.net
-Status: Analyzed +Status: Assigned
 [2023-01-09 04:19 UTC] levim@php.net
-Status: Assigned +Status: Wont fix
 [2023-01-09 04:19 UTC] levim@php.net
Goodbye, IE 11!

If this reproduces on other, supported browsers, please file a new issue.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 05:01:29 2024 UTC