Focus in JDialog

9 views
Skip to first unread message

Jérémie Panzer

unread,
Jun 29, 2018, 8:37:33 AM6/29/18
to JExplorer Forum
Hello,

We have an issue with JExplorer 3.6 when the browser is in a JDialog. Form fields sometimes do not get the focus when clicking on them.

Here's an SSCCE:

import javax.swing.JDialog;
import com.teamdev.jexplorer.Browser;
public class Jexplorer {
public static void main(String[] args) {
JDialog dialog = new JDialog();
Browser browser = new Browser();
String url = "http://google.com";
browser.navigate(url);
dialog.getContentPane().add(browser);
dialog.setSize(1100, 800);
dialog.setVisible(true);
}
}

How to reproduce : Click outside the form then click on the search field. Repeat.
Sometimes the field does not get the focus.

This does not happen when the browser is in a JFrame.
We can reproduce the issue with JExplorer 3.5 but not with 3.4.

We are using java 8u162 on Windows 7 with IE11.

Any advice ?

Thanks !
Jérémie

Nataliya Rybynok

unread,
Jun 29, 2018, 11:51:28 AM6/29/18
to jeremi...@gmail.com, jexplor...@teamdev.com
Hello Jeremie,

Thank you for reporting the issue.

We reproduced the issue, created the ticket in our internal tracking system and linked it with this support request.

Best regards,
Support Team


--
You received this message because you are subscribed to the Google Groups "JExplorer Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jexplorer-for...@teamdev.com.
To view this discussion on the web visit https://groups.google.com/a/teamdev.com/d/msgid/jexplorer-forum/7102d6a9-6858-46fe-82bc-8239a9d94adc%40teamdev.com.
Reply all
Reply to author
Forward
0 new messages