Bug: Page Up don't work in certain circumstances

Post your questions and problem reports here

Moderator: kfury77

Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
  • Check the Support section of the corresponding product first. Chances are you will find your answer there;
  • Do not create new topics for already reported problems. Add your comments to the existing topics instead;
  • Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
  • Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
  • Include the version number of the software you are using;
  • This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;
Post Reply
delipe
Posts: 9
Joined: Sat Apr 09, 2005 4:33 pm

Bug: Page Up don't work in certain circumstances

Post by delipe »

There seems to be a bug with Page Up. It seems to occur with longer documents (1300 codelines or more, no matter in which fileformat it is). Basically when bug occurs, I'm not able to scroll up using Page Up -button, when I'm near the end of document. Cursor will just stay or move to end of document.

After few tests, I could say, that bug propably isn't related to number of lines or number of characters, but it might have something to do with characters itself. My wild guess is, that this is related to characters like " and '

For example.. I have this .php-document with over 2000 lines. After deleting last 700 lines from the end, Page Up finally started to work again (with that document). But.. if last line was:

Code: Select all

echo "<td colspan=\"2\" style=\"width: ".$config['columnwidth']."px;\" onmouseover=\"document.getElementById('friday').style.backgroundColor = 'purple'; document.getElementById('fridaytext').style.color = '#ffffff'; this.style.cursor = 'pointer';\" onmouseout=\"document.getElementById('friday').style.backgroundColor = '".$config['bgcolorbookingheader']."'; document.getElementById('fridaytext').style.color = '#000000'\" onclick=\"window.location.href = '".$config['adminscript']."?command=booktime&date=".$mysqldate['friday']."&huserid=".$huserid."&userid=".$userid."'\">\n"; 
..Page Up wouldn't work. Not even, if I let that be the last line and deleted some lines before that. However, if I deleted some more lines from somewhere in the middle of the document, Page Up would magically start to work again. Strange.

This problem occurs very often. It's a bit annoying.
mwb1100
Posts: 72
Joined: Thu Jun 02, 2005 8:00 am

Post by mwb1100 »

Make sure you are using the latest version (6.3.0.58). There was a bug with PgUp/PgDn that was fixed there.

Note that there was at least one other 6.3 build (6.3.0.57), so you must check the Help/About box.
delipe
Posts: 9
Joined: Sat Apr 09, 2005 4:33 pm

Post by delipe »

I'm using latest version (6.3.0.58).
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Post by Karlis »

Again, if you are having problems with particular file, please send the file to support[at]blumentals.net, thanks! :wink:
Karlis Blumentals
Blumentals Software
www.blumentals.net
delipe
Posts: 9
Joined: Sat Apr 09, 2005 4:33 pm

Post by delipe »

I've sent you an example .php-file by email.

(Took only 4 month to remember, that I started this topic.)

Basically the file contains only this line (48 times):

Code: Select all

            echo "<td nowrap=\"nowrap\" style=\"background-color: ".$config['bgcolor']."; border-bottom: ".$config['bordershadow']."; border-top: ".$config['borderlight']."; border-left: ".$config['borderlight']."; border-right: ".$config['bordershadow']."; \"><div style=\"text-align: left; padding: ".$config['paddingvalue']."px;\">".$selite[$i]."</div></td>\n";
48 lines of that seems to break it. With 47 lines it works ok.
delipe
Posts: 9
Joined: Sat Apr 09, 2005 4:33 pm

Post by delipe »

Seems to me like the problem doesn't occur, if wordwrapping is off. I just tried beta version of upcoming Webuilder, too. Same problem.
Post Reply