PDA

View Full Version : resizer right border not show IN IE



index236
21 Jul 2007, 8:13 PM
i testing resizer.js. but not well done because IE BUG.

i shown a ext Example. ext example not exgist doc type in resize sample.

1. right border is not shown. at IE

<! DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
http://blogfiles8.naver.net/data19/2007/7/22/103/1-index236.gif


2. well done.! at IE
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
or no doctype.

http://blogfiles7.naver.net/data25/2007/7/22/54/2-index236.gif


i want to need strict.dtd . because of solution css box model.


it's my source.

<script type="text/javascript" src="js/yui-utilities.js"></script>
<script type="text/javascript" src="js/ext/ext-yui-adapter.js"></script>
<script type="text/javascript" src="js/ext/ext-core.js"></script>
<script type="text/javascript" src="js/ext/Layer-min.js"></script>
<script type="text/javascript" src="js/ext/Resizable-min.js"></script>
<script type="text/javascript" src="js/ext/JSON-min.js"></script>

<link type="text/css" rel="stylesheet" href="resources/css/ext-all.css">

....omitted

var resizer = new Ext.Resizable('daum', {
width: 200,
height: 100,
minWidth:100,
minHeight:50
});
..

evant
21 Jul 2007, 8:22 PM
I made a post about this in the bug forum, except mine happened with transparency, see:

http://extjs.com/forum/showthread.php?t=8979&highlight=resizable