Changes between Initial Version and Version 1 of Ticket #8847, comment 10


Ignore:
Timestamp:
Nov 26, 2012, 4:23:23 PM (11 years ago)
Author:
domcars0
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8847, comment 10

    initial v1  
    11Replying to [comment:9 scott.gonzalez]:
    22> If you return `false` inside select, then you're not selecting an item. This is clearly working, as proven by fiddles and unit tests. Please use the forums or StackOverflow if you still need help.
    3 
    4 Ok thank you I will try to found another solution :o(
     3[[BR]]
     4Ok thank you I will try to found another solution :o(
     5[[BR]]
    56Just for your information.
     7[[BR]]
    68It works well with Opera and Epiphany-Web but not in firefox even when I return true in the select event function
    7 I've deactivated all my Firefox (v17.0)  plugins.
    8 It seems that when an item is selected:
    9 a) the change event function is call but without ui parameter << Cause of all my troubles
    10 b) then the select event function is call (with good parameters)
    11 c) and , when the cursor leave the <input id='tags' />, then the change event function is call with the ui parameter.
    12 
    13 Anyway thank you very much again and sorry.
    14 Best regards
     9[[BR]]
     10I've deactivated all my Firefox (v17.0)  plugins.
     11[[BR]][[BR]]
     12It seems that when an item is selected:[[BR]]
     13a) the change event function is call but without ui parameter << Cause of all my troubles [[BR]]
     14b) then the select event function is call (with good parameters) [[BR]]
     15c) and , when the focus leave the <input id='tags' />, then the change event function is call with the correct ui parameter.
     16[[BR]]
     17Anyway thank you very much again and sorry.[[BR]]
     18Best regards[[BR]]