Bug #85
code collapse is executed when the user clicks anywhere between the [-]
Start date:
08/29/2017
Due date:
% Done:
0%
Description
To test this:
- Load the Order Entry WS
- Load Order.vw
- Scroll down to say line 43
- The code collapse [-] should be on line 43
- Now click the space between the [-] symbol on line 43 and the next [-] on line 52 – not the actual [-] symbol
- Notice the code collapses ? This can have a weird effect if you just start clicking
Logged on behalf of Raveen
History
#1 Updated by Wil van Antwerpen over 7 years ago
- Status changed from New to In Progress
- Assignee set to Wil van Antwerpen
This has been resolved by adding a check that the line on which the click was registered is actually a code folding point.
#2 Updated by Wil van Antwerpen over 7 years ago
- Status changed from In Progress to Closed
Fixed in revision 265. We are now testing if the click was on a fold point.