Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-16372] MobileWeb: KitchenSink - Alert Dialog does not work

GitHub Issuen/a
TypeStory
PriorityLow
StatusClosed
ResolutionInvalid
Resolution Date2017-05-02T20:22:25.000+0000
Affected Version/sRelease 3.2.1
Fix Version/sn/a
ComponentsMobileWeb
Labelsqe-3.2.1
ReporterNeha Mittal
AssigneeChris Barber
Created2014-02-04T09:52:50.000+0000
Updated2017-05-02T20:22:25.000+0000

Description

Alert Dialog box does not work as expected. Steps to Reproduce: 1. Package KS for mobile web and open on iOS, Android. 2. Navigate to KitchenSink:Views>Image views>Basic. 3. click on Image. 4. Alert Dialog 'Image View you clicked me!' appears.Image should change. Actual Result: Application got crash and nothing can be performed afterwards. Expected Result: On clicking the OK button, application should go back on previous screen and allow us to perform further test steps.

Comments

  1. Lokesh Choudhary 2014-02-04

    The issue is reproducible in KS. On android 4.2.2 -- Clicking the "OK" button just animates the button press but nothing happens. On android 4.4.2 -- Clicking on "OK" button hangs the app. On android emulator 4.1.1 -- Clicking the "OK" button just animates the button press but nothing happens. On iOS 7.0.3 -- Clicking the "OK" button just animates the button press but nothing happens. Environment: Appc Studio : 3.2.1.201401311225 Ti SDK : 3.2.1.v20140203174850 Mac OSX : 10.8.5 Alloy : 1.3.1-cr CLI - 3.2.1 beta3
  2. Lokesh Choudhary 2014-02-04

    I tested with this simple code:
       var win = Titanium.UI.createWindow({
           backgroundColor : '#fff',
       });
        
       win.addEventListener('click', function(){
           alert("I got a click");
        });
       
       win.open();
       
    I was not able to reproduce the issue. Clicking on the "OK" button closes the alert & does not hang the app. Environment: Appc Studio : 3.2.1.201401311225 Ti SDK : 3.2.1.v20140203174850 Mac OSX : 10.8.5 Alloy : 1.3.1-cr CLI - 3.2.1 beta3 android 4.2.2 , 4.4.2 & iOS 7.0.3
  3. Lee Morris 2017-05-02

    Resolving ticket as Invalid as there is now a new version of Kitchen Sink available and we no longer support the version which relates to this ticket.

JSON Source