User Activity

  • Modified a comment on ticket #1923 on HtmlUnit

    I think I found the bug: Its around line 555 in com.gargoylesoftware.htmlunit.html.HtmlElement. As you can see HtlmDateInput is missing so the input event is never fired (confirmed this by debugging - the type at runtime is HtmlDateInput): ~~~ final WebClient webClient = page.getWebClient(); if (this instanceof HtmlTextInput || this instanceof HtmlTextArea || this instanceof HtmlTelInput || this instanceof HtmlNumberInput || this instanceof HtmlSearchInput || this instanceof HtmlPasswordInput) {...

  • Posted a comment on ticket #1923 on HtmlUnit

    I think I found the bug: Its around line 555 in com.gargoylesoftware.htmlunit.html.HtmlElement. As you can see HtlmDateInput is missing so the input event is never fired (confirmed this by debugging - the type at runtime is HtmlDateInput): ~~~ final WebClient webClient = page.getWebClient(); if (this instanceof HtmlTextInput || this instanceof HtmlTextArea || this instanceof HtmlTelInput || this instanceof HtmlNumberInput || this instanceof HtmlSearchInput || this instanceof HtmlPasswordInput) {...

View All

Personal Data

Username:
ralfb
Joined:
2019-03-05 13:59:35

Projects

  • No projects to display.

Personal Tools