kamalchopra / jsyntaxpane

Automatically exported from code.google.com/p/jsyntaxpane
0 stars 0 forks source link

Find and Replace dialog can still modify when it's read-only #121

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. JEditorPane.setEditable(false)
2. Ctrl-H (open the dialog)
3. Enter some input and click Replace All (btw where's "Replace Single"?)

What is the expected output? What do you see instead?
Either "Replace *" button is disabled and/or text is unmodifiable. It's
currently modifiable although read-only.

Original issue reported on code.google.com by gtanuel@gmail.com on 4 Nov 2009 at 8:27

GoogleCodeExporter commented 9 years ago
Fixed in r118

Original comment by ayman.al...@gmail.com on 8 Nov 2009 at 10:23