<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[TNF : Tatter Network Foundation forum - [리더] FF에서 feedEditor에서 취소하기를 할 경우..]]></title>
	<link rel="self" href="http://forum.tattersite.com/ko/extern.php?action=feed&amp;tid=246&amp;type=atom"/>
	<updated>2006-04-30T14:21:29Z</updated>
	<generator>PunBB</generator>
	<id>http://forum.tattersite.com/ko/viewtopic.php?id=246</id>
		<entry>
			<title type="html"><![CDATA[RSS 답글: [리더] FF에서 feedEditor에서 취소하기를 할 경우..]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=1282#p1282"/>
			<content type="html"><![CDATA[<p>저도 구분해서까지 넣느니 그냥 2번을 선택하겠습니다.;</p>]]></content>
			<author>
				<name><![CDATA[Peris]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=40</uri>
			</author>
			<updated>2006-04-30T14:21:29Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=1282#p1282</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: [리더] FF에서 feedEditor에서 취소하기를 할 경우..]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=1275#p1275"/>
			<content type="html"><![CDATA[<p>파폭에서는 표를 만들면 기본적으로 display: table 이라는 스타일을 가지고 있는 것 같습니다.. 이걸 억지로 block으로 맞춰주면</p><div class="codebox"><pre><code>&lt;table border=&quot;1&quot; style=&quot;width: 100%; display: block&quot;&gt;
&lt;tr&gt;
    &lt;td&gt;a&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;</code></pre></div><p>좀 이상하게 나오죠..;</p><p>저 스크립트도 block 대신 table 이라고 넣어주면 파폭에선 잘 됩니다만 IE에서는 인식을 못한다는 문제가..</p><p>그러면 결론은,</p><p>1. IE/FF 구분해서 값을 넣어준다<br />2. 그냥 빈 문자열로 넣어준다</p><p>음.. 저는 2번에 한표;</p><p>좀 더 알아보겠습니다</p>]]></content>
			<author>
				<name><![CDATA[crizin]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=92</uri>
			</author>
			<updated>2006-04-30T12:54:39Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=1275#p1275</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[RSS 답글: [리더] FF에서 feedEditor에서 취소하기를 할 경우..]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=1271#p1271"/>
			<content type="html"><![CDATA[<p>이건 정말 괴악하군요;<br />좀더 표준스러운 해결책을 찾아보다 안되면 말씀하신대로 수정하는 수밖에 없겠어요.. <img src="http://forum.tattersite.com/ko/img/smilies/neutral.png" width="15" height="15" alt="neutral" /></p>]]></content>
			<author>
				<name><![CDATA[crizin]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=92</uri>
			</author>
			<updated>2006-04-30T10:43:45Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=1271#p1271</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[[리더] FF에서 feedEditor에서 취소하기를 할 경우..]]></title>
			<link rel="alternate" href="http://forum.tattersite.com/ko/viewtopic.php?pid=1264#p1264"/>
			<content type="html"><![CDATA[<p><span class="postimg"><img src="http://rsef.net/tt105b1_bug/reader_feed.gif" alt="http://rsef.net/tt105b1_bug/reader_feed.gif" /></span></p><p>FF의 경우 EDIT를 누른 후 취소하기를 하면 feedList, feedAdder 테이블이 위와같이 몰려버리네요.</p><p>script/reader.js<br /></p><div class="codebox"><pre><code>TTReader.prototype.cancelEditFeed = function()
{
    getObject(&quot;feedList&quot;).style.display = &quot;block&quot;;
    getObject(&quot;feedAdder&quot;).style.display = &quot;block&quot;;
    getObject(&quot;feedEditor&quot;).style.display = &quot;none&quot;;
}

를 아래로 수정

TTReader.prototype.cancelEditFeed = function()
{
    getObject(&quot;feedList&quot;).style.display = &quot;&quot;;
    getObject(&quot;feedAdder&quot;).style.display = &quot;&quot;;
    getObject(&quot;feedEditor&quot;).style.display = &quot;none&quot;;
}</code></pre></div><p>block을 지우니 정상적으로 나오는군요.<br />알고 있기로는 block이 default값인걸로 알고있는데 왜 저러는지를 모르겠네요.<br />잘하는 짓인지도 모르겠어서 커밋은 하지 않았습니다.;;</p>]]></content>
			<author>
				<name><![CDATA[Peris]]></name>
				<uri>http://forum.tattersite.com/ko/profile.php?id=40</uri>
			</author>
			<updated>2006-04-30T06:01:30Z</updated>
			<id>http://forum.tattersite.com/ko/viewtopic.php?pid=1264#p1264</id>
		</entry>
</feed>
