IE incorrectly handles <param> tags when scripting- August 31, 2007 When scripting an object tag for the param tags, IE reports all param tags of all object tags as children of all object tags.http://www.quirksmode.org/bugreports/archives/2007/08/IE_incorrectly_handles_param_tags_wh... IE will not submit unless file field is correctly specified- August 30, 2007 When a file upload field has an incorrectly specified file, browsers respond in different ways. IE solves the problem by preventing form submission. This approach is reasonably sensible, however it would be much better if IE popped up a warning dialog saying "File not found". Firefox takes a totally different approach; it lets the server sort out an appropriate response. It means I have to code the server for this use case (good practice anyhow) and I can put up my own warning messages. In.http://www.quirksmode.org/bugreports/archives/2007/08/IE_will_not_submit_unless_file_field... MSIE7 fieldset bug- August 29, 2007 There is a div element with float:left inside a fieldset. The fieldset has "border:1px solid 64461A;". Inside the fieldset is <em> element. When <em> tag is removed, there is no more border bug. Workaround: remove em tags when using float items inside the fieldset. (ppknote: this bug does not occur in IE6.)http://www.quirksmode.org/bugreports/archives/2007/08/MSIE7_fieldset_bug.html Opera img max-width bug- August 24, 2007 Opera honors max-width for images, but still uses the un-resized image width to stretch a table column.http://www.quirksmode.org/bugreports/archives/2007/08/Opera_img_max_width_bug.html IE7 with haslayout and cursor text problem- August 23, 2007 This problem appears only in IE7, move your cursor to the container1 filed (the red rectangle), it turns in to a text shape. Remove the hasLayout trigger(zoom:1 here) makes it return to normal arrow shape(the blue rectangle). This does not affect my IE6 and IE5. A single cursor:default; would be a cure, but it also changes the text cursor on normal text.http://www.quirksmode.org/bugreports/archives/2007/08/IE7_with_haslayout_and_cursor_text_p... duplicate ID dom damage- August 22, 2007 Sometimes it is useful to switch two DOM objects with each other, and to reassign their ID's to make the process transparent. But in Safari and Safari alone, assigning an ID which already is being used does something bad. One of the objects can no longer be retrieved via document.getElementById, ever.http://www.quirksmode.org/bugreports/archives/2007/08/duplicate_ID_dom_damage.html alphaimageloader filter shows backgrounds on zoom using ie7- August 21, 2007 Images using the AlpaImageLoader filter as a workaround to provide png transparency in ie6, work ok in ie7 unless the page is zoomed in or out. <br > <br > On zooming, some or all of the images' backgrounds become apparent. <br > <br > A possible workaround is to hide the alphaimageloader from ie7 as transparent images placed using css renderzoom ok.http://www.quirksmode.org/bugreports/archives/2007/08/alphaimageloader_filter_shows_backgr... overflow: auto with floats in Firefox- August 20, 2007 When an element containing floats has overflow: auto, it is allowed to get focus. This can affect layout and cause problems with tabbing.http://www.quirksmode.org/bugreports/archives/2007/08/overflow_auto_with_floats_in_Firefox... Built-in functions are not objects- August 17, 2007 Built-in functions in Safari are not Function objects, and not even Object objects. They appear to be of type "function" instead of type "object". This makes it impossible to use .call() and .apply() on them.http://www.quirksmode.org/bugreports/archives/2007/08/Built_in_functions_are_not_objects.h... IE7:hover ghosts bug- August 16, 2007 If you nest several elements inside each other and you tie the display of child elements to the :hover of the parent element, it can happen that after a first, correct display of the nested elements, these elements will stay displayed in IE7 even if the element directly above them does not have :hover! (And if simultaneously an indirect-parent element does have it.)http://www.quirksmode.org/bugreports/archives/2007/08/IE7hover_ghosts_bug.html |