Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Sapphire/FlexibleDiagramNodeShapes"

m
Line 14: Line 14:
  
 
1. Direct editing a newly created node doesn't hide the node label. resolved http://git.eclipse.org/c/sapphire/org.eclipse.sapphire.git/commit/?id=d4ccb7d0064a970c96dbdf3dc23676e2155bdf79
 
1. Direct editing a newly created node doesn't hide the node label. resolved http://git.eclipse.org/c/sapphire/org.eclipse.sapphire.git/commit/?id=d4ccb7d0064a970c96dbdf3dc23676e2155bdf79
 +
 +
2. Select a node that can be resized (ex. sqlschema.xml) and make the node larger.
 +
  a. Edit the table label so it is larger, it should have expanded the node to make it fit but does not
 +
  b. Continue to add columns, node does not expand to fit all the newly added columns
 +
  c. Edit the column type which is a combo and it extends outside the node, not utilize the available space.

Revision as of 13:54, 12 June 2013

This page tracks ongoing issues and discussions pertaining to Bug 383924.

Issues raised from the UI review with our usability expert:

1. Combo cell editor should be used when direct editing an enum property Bug 404500 resolved

2. Remove "direct edit" context menu Bug 404503 resolved

3. [Sql Schema Editor Sample] SqlSchema editor sample should include toggle primary key context menu Bug 404499 resolved

4. [Sql Schema Editor Sample] Add column action in table node's floating palette doesn't work Bug 404501 resolved

Miscellaneous issues:

1. Direct editing a newly created node doesn't hide the node label. resolved http://git.eclipse.org/c/sapphire/org.eclipse.sapphire.git/commit/?id=d4ccb7d0064a970c96dbdf3dc23676e2155bdf79

2. Select a node that can be resized (ex. sqlschema.xml) and make the node larger.

  a. Edit the table label so it is larger, it should have expanded the node to make it fit but does not
  b. Continue to add columns, node does not expand to fit all the newly added columns
  c. Edit the column type which is a combo and it extends outside the node, not utilize the available space.

Back to the top