Issue 3532 in pharo: OB does not allow accepting after deletion only

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 3532 in pharo: OB does not allow accepting after deletion only

pharo
Status: Accepted
Owner: tudor.girba
Labels: Type-ReportDefect Importance-High Milestone-1.2-DevImage

New issue 3532 by tudor.girba: OB does not allow accepting after deletion  
only
http://code.google.com/p/pharo/issues/detail?id=3532

Pharo image:  
https://pharo-ic.lille.inria.fr/hudson/view/Pharo/job/Pharo%201.2/56/artifact/Pharo-1.2/
Virtual machine used: Cog VM 2316
Class browser used (if applicable): OBSystemBrowserAdaptor

Steps to reproduce:
1. Open a browser
2. Select any method
3. Only remove a character
4. Try to accept and it will do nothing


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3532 in pharo: OB does not allow accepting after deletion only

pharo
Updates:
        Cc: renggli

Comment #1 on issue 3532 by marianopeck: OB does not allow accepting after  
deletion only
http://code.google.com/p/pharo/issues/detail?id=3532

hehehhe nice find. I could reproduce it.


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3532 in pharo: OB does not allow accepting after deletion only

pharo

Comment #2 on issue 3532 by [hidden email]: OB does not allow accepting  
after deletion only
http://code.google.com/p/pharo/issues/detail?id=3532

This seems to come from the following 'bugfix' (comment in  
OBTextMorphEditorWithShout>>backTo:)

        "When backspacing, 2 notifications of the userHasEdited are received.
        This then causes a background process to not terminate correctly.
        The reason for all this is uncertain, but discarding the superfluous  
userHasEdited
        message received while running backTo: seems to cure the problem"

I disabled this fix and do not get any problems... but the reason for the  
fix is not clear.


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3532 in pharo: OB does not allow accepting after deletion only

pharo
Updates:
        Status: Closed

Comment #3 on issue 3532 by [hidden email]: OB does not allow accepting  
after deletion only
http://code.google.com/p/pharo/issues/detail?id=3532

Fixed in OBShout-JohanBrichau.12 (in PharoTaskForces)
       
remark: the deleted methods were solving _some bug_ that I do not seem to  
have... (the comments about this are vague and uncertain too). Seems to  
work just fine now.


Reply | Threaded
Open this post in threaded view
|

Fwd: Issue 3532 in pharo: OB does not allow accepting after deletion only

Mariano Martinez Peck
Lukas feel free to include it in OB (even if we commit it to the TaskForces)

---------- Forwarded message ----------
From: <[hidden email]>
Date: Fri, Jan 21, 2011 at 3:05 PM
Subject: Re: [Pharo-project] Issue 3532 in pharo: OB does not allow accepting after deletion only
To: [hidden email]


Updates:
       Status: Closed

Comment #3 on issue 3532 by [hidden email]: OB does not allow accepting after deletion only Fixed in OBShout-JohanBrichau.12 (in PharoTaskForces)
       
remark: the deleted methods were solving _some bug_ that I do not seem to have... (the comments about this are vague and uncertain too). Seems to work just fine now.