| Summary: | [Form Editor] Problems in Tigerstripe editors | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Technology] Tigerstripe | Reporter: | Navid Mehregani <nmehrega> | ||||||||||
| Component: | UI | Assignee: | Navid Mehregani <nmehrega> | ||||||||||
| Status: | VERIFIED FIXED | QA Contact: | |||||||||||
| Severity: | normal | ||||||||||||
| Priority: | P3 | CC: | valentin, yuri | ||||||||||
| Version: | unspecified | ||||||||||||
| Target Milestone: | 0.5M0 | ||||||||||||
| Hardware: | PC | ||||||||||||
| OS: | Mac OS X - Carbon (unsup.) | ||||||||||||
| Whiteboard: | |||||||||||||
| Attachments: |
|
||||||||||||
|
Description
Navid Mehregani
Created attachment 177898 [details]
Project Descriptor
Text boxes for max/min versions are cut off
All artifact editors: - When you add a stereotype and save the file, the stereotype text box shortens. When you delete all stereotypes and save the file, it turns back to normal! Hi Navid, I've just checked in fixes for all problems except two issues: 1. Can't reproduce problem with "Up" button for table properties. Is it problem already fixed? 2. Can't reproduce max/min text issue on Windows. So we'll check and fix it a bit later on Mac. (In reply to comment #3) Hi Yuri, > 1. Can't reproduce problem with "Up" button for table properties. Is it problem > already fixed? I just confirmed that the problem still exists. When you select a column, make sure it's in edit mode then click on Up. If you still can't reproduce this, I can run a webEx to show you in 5 mins. > 2. Can't reproduce max/min text issue on Windows. So we'll check and fix it a > bit later on Mac. As mentioned before, this may be an SWT/Mac related issue. If it doesn't have an easy fix, I wouldn't put too much emphasis on it. Thanks! Created attachment 179153 [details]
Dialog problem
Here's another problem:
Create an Entity artifact
Under stereotypes, click on Add
Select 'AlternateKey1' and click on OK
Select the stereotype and click on Edit
You get the attached dialog, which doesn't have the 'Add' 'Remove' buttons aligned. Also clicking on 'Add' will add an *empty* field to the table. This gives the impression that nothing was added.
Another problem: - Under Entity editor, add a new method - Select the method - Click on Add for the 'Stereotype' table - Select a stereotype and click on OK. Notice that the editor auto scrolls to the top. Editor should keep the scrolling position the same. The following items fixed - max/min text issue - Comment 5(Stereotype dialog problem) The following items not reproducable on our side: - Can't reproduce problem with "Up" button for table properties. - comment 6 (In reply to comment #7) > The following items not reproducable on our side: > - Can't reproduce problem with "Up" button for table properties. > - comment 6 Valentin, I'll try and create a video to better demonstrate the above issues. I reproduced problem with "Up" button for table properties on the Mac. I'll fix it. Problem described in comment 6 still does not reproduce for me on Mac. Created attachment 180304 [details]
Up and down buttons problem fixes
Created attachment 180305 [details] Stereotype auto scroll problem(Comment #6) patch We unable to reproduce the stereotype problem, but we found a generic unnecessary autoscroll behavior in tigerstripe editors. We fixed this problem. Please, check that this should fix the stereotype problem. I've applied these patches. Navid could you please validate it? Thanks guys!! I verified all the problems reported in this bug. Most of the issues have been addressed including the auto-scroll problem. Thank you! great work! There are only three more issues that need to be addressed: - The height of the stereotype text box changes when items are added to it. To reproduce this, Open the editor for an Entity artifact > Under Stereotypes, click on Add > Add a new stereotype > Save the file > notice the height of the text box changing. If the stereotype is removed and the file is resaved, the text box readjusts to its original height. - For the Session Facade artifact, the 'Source' page should be the last page that's displayed. This is how it's done for all the other artifact editors. If this is too much work, don't worry about it. - There is still another issue with the stereotype edit dialog: Open an entity artifact editor > Add stereotype 'AlternateKey1' to it > Click on Edit > Click on the Add button twice > Click on the first value and modify it to 'value1'> Click on the second value and modify it to 'value2' (don't remove the focus out of text box) > click on OK > reselect the stereotype and click on edit > The values are displayed as: 'value1' '<empty>' Expected result is: 'value1' 'value2' The last few items fixed. Thanks! Verified fix. |