EmEditor (text editor) Forum Index
   EmEditor Core Bug Reports
     How many vertical selection bugs in EmEditor?
Register To Post

Threaded | Newest First Previous Topic | Next Topic | Bottom
Poster Thread
visitor
Posted on: 10/21/2008 6:09 am
Not too shy to talk
Joined: 6/22/2008
From:
Posts: 25
How many vertical selection bugs in EmEditor?
I found another bug. Please do the folowing:

1) Select vertical block of text as shown below.



2) Press Shift + Left Arrow.

visitor
Posted on: 10/21/2008 6:11 am
Not too shy to talk
Joined: 6/22/2008
From:
Posts: 25
Re: How many vertical selection bugs in EmEditor?
Version 8.00 beta 12.
visitor
Posted on: 11/14/2008 9:54 am
Not too shy to talk
Joined: 6/22/2008
From:
Posts: 25
Re: How many vertical selection bugs in EmEditor?
What about this bug? 8.00 RC4 still has it.
Yutaka
Posted on: 11/14/2008 10:31 am
Webmaster
Joined: 9/28/2006
From: Redmond
Posts: 2398
Re: How many vertical selection bugs in EmEditor?
Quote:

visitor wrote:
What about this bug? 8.00 RC4 still has it.


I am not sure exactly what the issue is. Can you write more in details?


----------------
Yutaka Emura
Developer of EmEditor
http://www.emeditor.com/

visitor
Posted on: 11/15/2008 1:00 am
Not too shy to talk
Joined: 6/22/2008
From:
Posts: 25
Re: How many vertical selection bugs in EmEditor?
Quote:
Yutaka wrote:
I am not sure exactly what the issue is. Can you write more in details?


To reproduce this bug you should select vertical block of text from center of the window to it's left side (1st column).
After that you should press Shift+Left. The selection goes to the right side of the window (is it bug or a feature?).

For example, assume you have some document:

-------------
00000000
12345678
00000000
-------------

Select vertical block of text from 4 to 1. Thus "1234" is selected. Press Shift+Left.
You will see that "5678" (and "0000" in the first row) is selected now. Strange, isn't it?
Yutaka
Posted on: 11/15/2008 8:22 am
Webmaster
Joined: 9/28/2006
From: Redmond
Posts: 2398
Re: How many vertical selection bugs in EmEditor?
Quote:

visitor wrote:
Quote:
Yutaka wrote:
I am not sure exactly what the issue is. Can you write more in details?


To reproduce this bug you should select vertical block of text from center of the window to it's left side (1st column).
After that you should press Shift+Left. The selection goes to the right side of the window (is it bug or a feature?).

For example, assume you have some document:

-------------
00000000
12345678
00000000
-------------

Select vertical block of text from 4 to 1. Thus "1234" is selected. Press Shift+Left.
You will see that "5678" (and "0000" in the first row) is selected now. Strange, isn't it?



It is an expected behavior. I don't think it is strange in my opinion.


----------------
Yutaka Emura
Developer of EmEditor
http://www.emeditor.com/

webern
Posted on: 11/15/2008 5:00 pm
Not too shy to talk
Joined: 11/23/2006
From: Moscow, Russia
Posts: 38
Re: How many vertical selection bugs in EmEditor?
I'm near sure that, this is not EE issue, but I can see some artifacts on my screen while moving the edge of the Vertical Selection Block.

The artifacts dissapear when switching focus to another window.
Can anyone else see this on their screens?

updated: 4/23/2009
Now I have more info on this issue.
This started to happen since EE 8.x (on any OS).
After some investigation i found that this is caused by MS IntelliPoint software (any version).
The artifacts start to appear when starting to collapse the expanded vertical selection with the left arrow key.
I can see that IntelliPoint constantly updates the screen area and this is visually recognizable at least on my WinXP but not on my Vista(x64).
Perhaps, the artifacts may appear because EE does not catch the moment when IntelliPoint starts to update the screen area.
I hope it will help you to find a solution for this issue in the future.
If you need more details, just let me know.
Live demonstration:

-- Thanks in advance --
Yutaka
Posted on: 4/23/2009 8:21 am
Webmaster
Joined: 9/28/2006
From: Redmond
Posts: 2398
Re: How many vertical selection bugs in EmEditor?
Quote:

webern wrote:
updated: 4/23/2009
Now I have more info on this issue.
This started to happen since EE 8.x (on any OS).
After some investigation i found that this is caused by MS IntelliPoint software (any version).
The artifacts start to appear when starting to collapse the expanded vertical selection with the left arrow key.
I can see that IntelliPoint constantly updates the screen area and this is visually recognizable at least on my WinXP but not on my Vista(x64).
Perhaps, the artifacts may appear because EE does not catch the moment when IntelliPoint starts to update the screen area.
I hope it will help you to find a solution for this issue in the future.
If you need more details, just let me know.
-- Thanks in advance --[/font][/size][/code]


I cannot reproduce this issue, but I will try to fix it in v9. Can you find any specific settings you set in the IntelliPoint software that can reproduce this issue?


----------------
Yutaka Emura
Developer of EmEditor
http://www.emeditor.com/

webern
Posted on: 4/24/2009 2:13 am
Not too shy to talk
Joined: 11/23/2006
From: Moscow, Russia
Posts: 38
Re: How many vertical selection bugs in EmEditor?
Fist of all I have to say sorry, because it seems I was wrong pointing out the IntelliPoint explicitly.
Removing IntelliPoint form the memory has no effect. But the MS mouse driver still there, of course.
And I was absolutely confused in this situation because IntelliPoint is really affecting such software as ArchiCAD or even Solitaire game at list on my WinXP machine. My english isn't so good to describe how IntelliPoint affecting mentioned software.

But at least two of my friends from the russian speaking forums notified me that they have reproduced the same effects in EE 8/9.
We have found that there are two conditions leading to this effect:
1. The Vertical Selection Block must be controlled only by keyboard during testing!
2. It seems this effect may be caused by proportional fonts while monospaced ones (Courier, Consolas) do not affect this.
-- Thanks in advance --
Yutaka
Posted on: 4/24/2009 1:53 pm
Webmaster
Joined: 9/28/2006
From: Redmond
Posts: 2398
Re: How many vertical selection bugs in EmEditor?
Quote:

webern wrote:
Fist of all I have to say sorry, because it seems I was wrong pointing out the IntelliPoint explicitly.
Removing IntelliPoint form the memory has no effect. But the MS mouse driver still there, of course.
And I was absolutely confused in this situation because IntelliPoint is really affecting such software as ArchiCAD or even Solitaire game at list on my WinXP machine. My english isn't so good to describe how IntelliPoint affecting mentioned software.

But at least two of my friends from the russian speaking forums notified me that they have reproduced the same effects in EE 8/9.
We have found that there are two conditions leading to this effect:
1. The Vertical Selection Block must be controlled only by keyboard during testing!
2. It seems this effect may be caused by proportional fonts while monospaced ones (Courier, Consolas) do not affect this.
-- Thanks in advance --


No problem. I fixed this issue in v9 alpha 14. Thanks!


----------------
Yutaka Emura
Developer of EmEditor
http://www.emeditor.com/

Threaded | Newest First Previous Topic | Next Topic | Top


Register To Post
 
English čeština Deutsch español français italiano 日本語 한국어 Русский 简体中文 繁體中文