<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Mifjs forum — Mif.Tree, Mif.Menu - MifMenu - page scroller flicker]]></title>
		<link>http://mifjs.net/forum/topic/52/</link>
		<description><![CDATA[The most recent posts in MifMenu - page scroller flicker.]]></description>
		<lastBuildDate>Sun, 12 Oct 2008 17:06:27 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: MifMenu - page scroller flicker]]></title>
			<link>http://mifjs.net/forum/post/201/#p201</link>
			<description><![CDATA[works for me, can't reproduce.]]></description>
			<author><![CDATA[creavenmoro@gmail.com (moro)]]></author>
			<pubDate>Sun, 12 Oct 2008 17:06:27 +0000</pubDate>
			<guid>http://mifjs.net/forum/post/201/#p201</guid>
		</item>
		<item>
			<title><![CDATA[Re: MifMenu - page scroller flicker]]></title>
			<link>http://mifjs.net/forum/post/198/#p198</link>
			<description><![CDATA[I can't give you a test page cuz it depends on your screen resolution and how much of the page height is used.

Let's say your available browser screen height is 550px and document body is 540px - in this case right-clicking causes Firefox to add page scroller and remove it immediately. this shifts the whole page left and then back right, causing the entire page to flicker.

this could probably be solved if you inject:

    this.container.inject(element, how)

somewhere outside view area and then position it back.]]></description>
			<author><![CDATA[dummy@example.com (temuri)]]></author>
			<pubDate>Sun, 12 Oct 2008 16:26:43 +0000</pubDate>
			<guid>http://mifjs.net/forum/post/198/#p198</guid>
		</item>
		<item>
			<title><![CDATA[Re: MifMenu - page scroller flicker]]></title>
			<link>http://mifjs.net/forum/post/196/#p196</link>
			<description><![CDATA[can't reproduce, test page pls.]]></description>
			<author><![CDATA[creavenmoro@gmail.com (moro)]]></author>
			<pubDate>Sun, 12 Oct 2008 16:02:50 +0000</pubDate>
			<guid>http://mifjs.net/forum/post/196/#p196</guid>
		</item>
		<item>
			<title><![CDATA[Re: MifMenu - page scroller flicker]]></title>
			<link>http://mifjs.net/forum/post/191/#p191</link>
			<description><![CDATA[moro,

can this be fixed?

thanks]]></description>
			<author><![CDATA[dummy@example.com (temuri)]]></author>
			<pubDate>Sun, 12 Oct 2008 15:10:19 +0000</pubDate>
			<guid>http://mifjs.net/forum/post/191/#p191</guid>
		</item>
		<item>
			<title><![CDATA[MifMenu - page scroller flicker]]></title>
			<link>http://mifjs.net/forum/post/177/#p177</link>
			<description><![CDATA[moro,

this method in Mif.Menu.Container causes page height to increase (it injects a container into document body) and after menu is properly sized and positioned, body height decreases again.


	inject: function(element, how){
		this.container.inject(element, how)
		return this.draw();
	}


This causes page flicker in Firefox in cases when document body height is near window height - page content is quickly shifted left and back to its original position.

Is it possible to inject the container somewhere outside visible area?

Thanks]]></description>
			<author><![CDATA[dummy@example.com (temuri)]]></author>
			<pubDate>Wed, 01 Oct 2008 14:01:36 +0000</pubDate>
			<guid>http://mifjs.net/forum/post/177/#p177</guid>
		</item>
	</channel>
</rss>

