From: <no...@so...> - 2001-02-10 21:59:51
|
Bug #131862, was updated on 2001-Feb-10 13:13 Here is a current snapshot of the bug. Project: DynAPI 2 Category: Browser-Specific Issue Status: Closed Resolution: Fixed Bug Group: None Priority: 5 Submitted by: nobody Assigned to : nobody Summary: setHTML on Mac Details: As commented by several on the list, > there's a bug on mac IE5 which causes the > layer to move when content is written to it. > (using .innerHTML which the ie-part of setHTML() > uses to write content to DynLayers) > > the fix is pretty easy, just include a linebreak, \n > at the end of the setHTML() > martin ström So, the \n could be included in the setHTML() function, either for all platforms, or for Mac only Richard Bennett Follow-Ups: Date: 2001-Feb-10 14:00 By: dcpascal Comment: Already fixed it :) read the post, and fixed it adding a /n incase of platform=='mac' ------------------------------------------------------- For detailed info, follow this link: http://sourceforge.net/bugs/?func=detailbug&bug_id=131862&group_id=5757 |