Changeset 2440

Show
Ignore:
Timestamp:
04/18/2008 12:39:20 PM
Author:
mikl
Message:

Fix #695

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/HISTORY

    r2439 r2440  
    77BUG: Ticket#671 - TActiveCustomValidator Callback Problem (Christophe) 
    88BUG: Ticket#679 - TActiveLabel can't be shown from inside TRepeater. TActiveRadioButton cant be unchecked (Christophe) 
     9BUG: Ticket#695 - ActiveTextBox filled in IE blocks other elements (Michael) 
    910BUG: Ticket#707 - TPropertyAccess sets property twice on object when using setters (Qiang) 
    1011BUG: Ticket#719 - TAutoCompleter should not trigger Validation if CausesValidation=False (Christophe) 
  • trunk/framework/Web/Javascripts/source/prado/activecontrols/activecontrols3.js

    r1920 r2440  
    8686                var request = new Prado.CallbackRequest(options.EventTarget, options); 
    8787                request.dispatch(); 
    88                 Event.stop(event); 
     88        if (!Prototype.Browser.IE) 
     89                    Event.stop(event); 
    8990        } 
    9091}); 
  • trunk/tests/FunctionalTests/tickets/protected/pages/Ticket695.page

    r2422 r2440  
    22 
    33<com:TActiveTextBox ID="ATB"  AutoPostBack="True" onTextChanged="onATB" /><br /> 
     4<com:TActiveCheckBox ID="ACB" AutoPostBack="True" /><br /> 
    45<com:TTextBox ID="TB"/><br /> 
    56Callbacks: <com:TActiveLabel ID="X" Text="0"/>