From: <no...@so...> - 2001-01-20 00:36:54
|
Bug #129040, was updated on 2001-Jan-16 11:08 Here is a current snapshot of the bug. Project: DynAPI 2 Category: Core API Status: Closed Resolution: None Bug Group: None Priority: 5 Submitted by: camhart Assigned to : nobody Summary: DynImage default image size incorrect in IE5.5 Details: When creating a DynImage without setting a size, IE5.5 always defaults to the same (incorrect) size. I'm not sure where IE5.5 is getting this size from. This bug may apply to IE5 also. Follow-Ups: Date: 2001-Jan-19 16:36 By: rainwater Comment: I've tried a million images with DynImage in IE 5.5 and NS 4 and the correct size is always returned. ------------------------------------------------------- Date: 2001-Jan-19 08:40 By: rainwater Comment: I believe that this must be a issue with the widgets you are using and not the dynimage itself. From all tests, the dynimage is returning the correct width and height of images in IE. Unless you have an example where it doesn't work, I think we should probaly close the bug. ------------------------------------------------------- Date: 2001-Jan-17 03:23 By: nobody Comment: It appears that the incorrect height and width is being returned by getContentHeight and getContentWidth in dynlayer.js. It to be returning a default of w=28 and h=30. ------------------------------------------------------- For detailed info, follow this link: http://sourceforge.net/bugs/?func=detailbug&bug_id=129040&group_id=5757 |