Closed Bug 1322439 Opened 8 years ago Closed 7 years ago

Enabling button based on input to text box is not working with latest Firefox 50.0.2, when using SendKeys fromSelenium WebDriver. This issue is not there with Firefox 48.

Categories

(Testing Graveyard :: WebQA, defect)

50 Branch
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: ummerirshadk, Unassigned)

Details

User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36

Steps to reproduce:

I have a text box and a JS function associated with this test box.
When "OnFocus" event is triggered from this text box, I will call the above JS function to enable a button. But, button is not enabling when using SendKeys from Selenium driver with Firefox 50.0.2. It wwas working with Firefox 48.

Below is the associated JS function

function myTextBoxWatcher(textBoxId, buttonId) {
    window.clearInterval(watchTextTimer);
    watchTextTimer = window.setInterval(function () {
        checkText(textBoxId, buttonId);
    }, 100);
}



Actual results:

Button not enabling based on JS function.


Expected results:

Button should get enabled when user Selenium driver send some data using SendKeys
Severity: normal → blocker
Priority: -- → P1
OS: Unspecified → All
Hardware: Unspecified → All
Severity: blocker → normal
Component: Untriaged → WebQA
Priority: P1 → --
Product: Firefox → Testing
Please see http://docs.seleniumhq.org/support/
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → INVALID
Product: Testing → Testing Graveyard
You need to log in before you can comment on or make changes to this bug.