Menu

#3 html page editor

edgenius3
open-fixed
steveneo
design (6)
5
2003-08-13
2003-08-06
steveneo
No

removeVisibleTag(IVisible tag,int direction)
if(model.remove(tag)){
retNode = relocateCaret(tag,SWT.RIGHT);
}else{
//here: if tag is zero size, and remove failed:hxNode
//retNode will be hxNode, it's incorrect value.
retNode = tag;
}

Discussion

  • steveneo

    steveneo - 2003-08-13
    • status: open --> open-fixed
     
  • steveneo

    steveneo - 2003-08-13

    Logged In: YES
    user_id=465192

    Now, findVisibleTag() also exclude size.x == 0 component.
    And retNode also do findVisibleTag() function.

     

Log in to post a comment.