Hmmm, text box issues in oXygen v5 with J2SE 5.0
Having trouble installing Oxygen? Got a bug to report? Post it all here.
-
- Posts: 60
- Joined: Wed Jan 28, 2004 10:51 pm
Hmmm, text box issues in oXygen v5 with J2SE 5.0
I was attempting to perform a search and replace in oXygen, when I found that nothing I type in the entry field for the search string appeared. However, when I clicked in the "replace" field, the text I had previously typed magically appeared. After checking several dialogs, I've found that I am unable to enter text in any dialog text fields.
I don't believe I have this problem on my Mac, but I'll test after bit.
Here are the details:
I don't believe I have this problem on my Mac, but I'll test after bit.
Here are the details:
- Fedora Core 3
- Linux penguin 2.6.9-1.678_FC3smp #1 SMP Mon Nov 15 18:40:47 EST 2004 i686 athlon i386 GNU/Linux
- oXygen v5.0
- J2SE 5.0
java version "1.5.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-b64)
Java HotSpot(TM) Client VM (build 1.5.0-b64, mixed mode, sharing)
-
- Posts: 60
- Joined: Wed Jan 28, 2004 10:51 pm
Confirm: 5.0 oXygen OK with JDK 1.4.2, not with JDK 5.0
George,
Thanks for the info. I switched Oxygen 5 to use the 1.4.2 version of the JDK and it's working fine.
Switched back to JDK 5.0 and the text field problems come back, so it's definitely something new with JDK 5.
I'm fine for now. Thanks again.
-David
Thanks for the info. I switched Oxygen 5 to use the 1.4.2 version of the JDK and it's working fine.
Switched back to JDK 5.0 and the text field problems come back, so it's definitely something new with JDK 5.
I'm fine for now. Thanks again.
-David
-
- Posts: 2
- Joined: Thu Dec 30, 2004 11:09 pm
Hi George,
If you wouldn't mind, what turned out to be the 1.5 problem? I am also seeing the text input issue with another app (the Java Console for Sun Management Center) ... i.e. you don't see what you typed until you click on a field and it gets pasted in.
If it's a flag I can pass 1.5 on the CLI as a workaround it'd be great. If its a coding issue I can probably get through to the developers to report it.
Any details would help alot.
Thanks!
Aronek
If you wouldn't mind, what turned out to be the 1.5 problem? I am also seeing the text input issue with another app (the Java Console for Sun Management Center) ... i.e. you don't see what you typed until you click on a field and it gets pasted in.
If it's a flag I can pass 1.5 on the CLI as a workaround it'd be great. If its a coding issue I can probably get through to the developers to report it.
Any details would help alot.
Thanks!
Aronek
-
- Site Admin
- Posts: 2095
- Joined: Thu Jan 09, 2003 2:58 pm
Hi,
We had something like
and this cased the text to became invisible.
The workaround solution was to replace it with something like:
Hope that helps,
George
We had something like
Code: Select all
public void focusGained(FocusEvent e) {
toFindComboBox.getEditor().selectAll();
}
The workaround solution was to replace it with something like:
Code: Select all
public void focusGained(FocusEvent e) {
if (toFindComboBox.getSelectedItem() != null) {
JTextComponent editor = (JTextComponent)toFindComboBox.getEditor().getEditorComponent();
editor.setCaretPosition(0);
editor.moveCaretPosition(doc.getLength());
}
}
George
-
- Posts: 60
- Joined: Wed Jan 28, 2004 10:51 pm
Looks like that fixes the text field problem I was having with Sun's JDK 5 under Linux.george wrote:We made a beta version available on the oxygen-user list, please try that and let us know if you have problems with it.
http://www.oxygenxml.com/pipermail/oxyg ... 00345.html
Best Regards,
George
-David
Jump to
- Oxygen XML Editor/Author/Developer
- ↳ Feature Request
- ↳ Common Problems
- ↳ DITA (Editing and Publishing DITA Content)
- ↳ SDK-API, Frameworks - Document Types
- ↳ DocBook
- ↳ TEI
- ↳ XHTML
- ↳ Other Issues
- Oxygen XML Web Author
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Content Fusion
- ↳ Feature Request
- ↳ Common Problems
- Oxygen JSON Editor
- ↳ Feature Request
- ↳ Common Problems
- Oxygen PDF Chemistry
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Feedback
- ↳ Feature Request
- ↳ Common Problems
- Oxygen XML WebHelp
- ↳ Feature Request
- ↳ Common Problems
- XML
- ↳ General XML Questions
- ↳ XSLT and FOP
- ↳ XML Schemas
- ↳ XQuery
- NVDL
- ↳ General NVDL Issues
- ↳ oNVDL Related Issues
- XML Services Market
- ↳ Offer a Service