PHP Web Host - Quality Web Hosting For All PHP Applications $35/month $250/year (Unlimited) - $25/month - 200,000 impressions - Your Ad Could be Here - Click For Details
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
Post new topic   Reply to topic
Author Message
Guardian2003
Site Admin


Joined: Aug 28, 2003
Posts: 6373
Location: Vsetin, Czech Republic

PostPosted: Tue Nov 02, 2010 9:59 am Reply with quote Back to top

As far as I know, the fix posted in this thread resolves the issue i.e. either add a large value for the textarea COLS attribute OR alter the width attribute so it uses a fixed pixel width not a percentage width.
This issue also affects PM module as well as Forums but I'm not sure if the 'fix' was rolled out to RN or not.
I'm just about to leave the house so maybe someone can check Mantis for that for you.
View user's profile Send private message Send e-mail Visit poster's website
unicornio
Involved
Involved


Joined: Aug 13, 2009
Posts: 432

PostPosted: Tue Nov 02, 2010 4:26 pm Reply with quote Back to top

As far as I know I didn't see any fix for the PM module but the most funny is Mozzilla didn't care about this issue and IE8 was too sensitive for this little problem. I wonder why FF3.6 ignore this kind of issue like nothing happens. hmmm. This is really not clear for me.
View user's profile Send private message
spasticdonkey
RavenNuke(tm) Development Team


Joined: Dec 02, 2006
Posts: 1364
Location: Texas, USA

PostPosted: Tue Nov 02, 2010 5:46 pm Reply with quote Back to top

The fix was applied in the last version, although I can't say for sure we corrected the PM templates or not. It was a last minute before the release fix Smile

Quote:
If you have a textarea with the width set to a percentage (or PX and have not set height as well) and you have more than enough text in the textarea to cause it to scroll then the bug can occur while you type text. While you are typing text the textarea will scroll up a few lines for each character you type. The same happens while you delete any text. This bug CANNOT ALWAYS be fixed by activating compatibility view


sample fix
find
Code:
<textarea name="message" rows="15" cols="35" style="width:450px" tabindex="3" class="post" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);">{MESSAGE}</textarea>


change to
Code:
<textarea name="message" rows="15" cols="30" style="width:450px;height:300px;" tabindex="3" class="post" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);">{MESSAGE}</textarea>


Are you using RN distro themes? If so which one? As far as I know FF 3.6 never had this issue... Are you referring to the FF 3.6 cache problem?
Only registered users can see links on this board!
Get registered or login to the forums!
View user's profile Send private message
Palbin
Site Admin


Joined: Mar 30, 2006
Posts: 2456
Location: Pittsburgh, Pennsylvania

PostPosted: Tue Nov 02, 2010 5:50 pm Reply with quote Back to top

If it is stock RN please reproduce it on the demo site and report back.
Only registered users can see links on this board!
Get registered or login to the forums!


I have a feeling it is a custom theme issue. I think there is way to force your users into compatibility mode, but I do not know what it is.
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

PostPosted: Tue Nov 02, 2010 8:07 pm Reply with quote Back to top

If you Google for IE8 force your users into compatibility mode you may discover a/the solution Wink
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
unicornio
Involved
Involved


Joined: Aug 13, 2009
Posts: 432

PostPosted: Wed Nov 03, 2010 7:06 am Reply with quote Back to top

Maybe rending mode


1. adding this meta tag:

Code:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7">


or adding this to .htaccess

Code:
Header set X-UA-Compatible IE=EmulateIE7
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2011 by Raven

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::
:: fisubice Theme Modified by the RavenNuke™ Team ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum