-
Notifications
You must be signed in to change notification settings - Fork 3
[3] Do not disable scrollable widgets when not editable #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,6 +4,10 @@ h2. Release Notes for Eclipse EEF | |
|
|
||
| This document contains the release notes for recent major releases of EEF. | ||
|
|
||
| h3(#eef2.1.7). Changes in EEF 2.1.7 | ||
|
|
||
| * <span class="label label-info">Modified</span> When disabled, content of lists, text areas and field are still readable. Widgets are scrollable and selectable even if they cannot be edited and actions are disabled. | ||
|
|
||
| h3(#eef2.1.1). Changes in EEF 2.1.1 | ||
|
|
||
| * <span class="label label-info">Modified</span> Add the workbench part and the selection to the tab descriptor filter extension point. | ||
|
|
@@ -89,7 +93,7 @@ h3(#eef1.7.2). Changes in EEF 1.7.2 | |
|
|
||
| h4. Specifier-Visible Changes | ||
|
|
||
| * <span class="label label-info">Modified</span> The dynamic mappings will take into account all the "if" blocks with a valid predicate expression and not only the first one. | ||
| * <span class="label label-info">Modified</span> The dynamic mappings will take into account all the «if» blocks with a valid predicate expression and not only the first one. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this change voluntary? Not sure it is "safe" in terms of potential encoding issues.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. in version version, Textile-to-html in mylyn was changing " into «. (at least into the html code |
||
| * <span class="label label-info">Modified</span> Fixed an issue with the enablement of the widget actions of the reference widget. | ||
|
|
||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Proposition: When disabled, the content of lists, text areas, and text fields remains readable. Widgets can still be scrolled and text can be selected, even though editing is disabled and actions are unavailable.