[Webkit-unassigned] [Bug 25672] New: Online Form Filling- Data entry error

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 10 11:55:01 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=25672

           Summary: Online Form Filling- Data entry error
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://selfcare.mtnl.net.in/MumbaiSelfcare/Forms/Landlin
                    e_billpayment.aspx
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jasneet at chromium.org
                CC: jasneet at chromium.org


I Steps:
1. Go to
http://selfcare.mtnl.net.in/MumbaiSelfcare/Forms/Landline_billpayment.aspx
2. Try to enter numbers in the fields "MTNL Telephone number" and "C/A
number". The first field is of length 8 and the second one is of length 10

II Issue:
Instead of entering the numbers in the field, it keeps reentering the number in
the same position.

III Conclusion:
Issue is due to : <script
language="javascript">try{igedit_init("WebMaskEdit_TelNo",1,"WebMaskEdit_TelNo,,1,,,,0,1,1,,,0,1,,-1,",["","00000000","_
 11"]);}catch(e){status="Can't init editor";}</script>

function igedit_init(id,t,prop0,prop1)
{
        var o,elem=ig_csom.getElementById("igtxt"+id);
        if(elem==null)return;
        prop0=prop0.split(",");
        if(t>=4)o=igedit_number(elem,id,prop0,prop1);
        else if(t==2)o=igedit_date(elem,id,prop0,prop1);
        else if(t==1)o=igedit_mask(elem,id,prop0,prop1);
        else o=new igedit_new(elem,id,prop0);
        igedit_all[id]=o;
        o.fix=1;
        o.setValue(prop1[0]);
        o.fcs=0;
        o.fireEvent(10);
}

IV Other Browsers:
IE7: ok
FF3: ok

V Nightly tested: 43092

Bug in Chromium : http://code.google.com/p/chromium/issues/detail?id=2896


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list