| Summary: | Build up new reference documentation for Draw2d, GEF, and Zest in the GEF wiki | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Alexander Nyßen <nyssen> | ||||
| Component: | Misc | Assignee: | gef-inbox <gef-inbox> | ||||
| Status: | RESOLVED WORKSFORME | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | bilnoski, irbull, krispala, milesparker | ||||
| Version: | 3.6.1 | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Alexander Nyßen
*** Bug 329983 has been marked as a duplicate of this bug. *** Hi, I just wanted to point out that either a) the GridLayout example doesn't work, b) the GridLayout doesn't work. :) I suspect the former, because for example when I try to change the number of columns nothing happens, and it seems that when I click on a figure it doesn't always load or set the values for that figure. It might be helpful to have an explicit "revalidate" button. Otherwise, I find the examples valuable, so thanks. (In reply to comment #2) > Hi, > > I just wanted to point out that either a) the GridLayout example doesn't work, > b) the GridLayout doesn't work. :) I suspect the former, because for example > when I try to change the number of columns nothing happens, and it seems that > when I click on a figure it doesn't always load or set the values for that > figure. It might be helpful to have an explicit "revalidate" button. > > Otherwise, I find the examples valuable, so thanks. Hmm, I can't reproduce this. If I change the columns I get direct feedback. What platform are you running the example on? (In reply to comment #3) > Hmm, I can't reproduce this. If I change the columns I get direct feedback. > What platform are you running the example on? OS X. To be more clear, here is what I tried. 1. Launch example. 2. Add 2 children, making 4. 3. Enter '3' in "numColumns". 4. Leave numColumns focus. Nothing happens. Thinking that maybe the issue was that I had already added the items, I also tried doing a clear and then adding the items. I still have everything showing up in just two columns, e.g. 2x2. (In reply to comment #4) > (In reply to comment #3) > > Hmm, I can't reproduce this. If I change the columns I get direct feedback. > > What platform are you running the example on? > > OS X. To be more clear, here is what I tried. > > 1. Launch example. > 2. Add 2 children, making 4. > 3. Enter '3' in "numColumns". > 4. Leave numColumns focus. > > Nothing happens. Thinking that maybe the issue was that I had already added the > items, I also tried doing a clear and then adding the items. I still have > everything showing up in just two columns, e.g. 2x2. Ah, I used CR to confirm step 3.). It works if you do so... Created attachment 205069 [details]
Patch for column issue.
Looks like it was just a UI issue. Here's a patch -- don't worry about using it or not but default selection works only for the combo boxes and the widget was a Text.
(In reply to comment #6) > Created attachment 205069 [details] > Patch for column issue. > > Looks like it was just a UI issue. Here's a patch -- don't worry about using it > or not but default selection works only for the combo boxes and the widget was > a Text. And my solution breaks for CR. :) Perhaps an apply button would be good, I dunno. (In reply to comment #7) > (In reply to comment #6) > > Created attachment 205069 [details] [details] > > Patch for column issue. > > > > Looks like it was just a UI issue. Here's a patch -- don't worry about using it > > or not but default selection works only for the combo boxes and the widget was > > a Text. > > And my solution breaks for CR. :) Perhaps an apply button would be good, I > dunno. I created bug #360733 to keep track of this. As GEF4 is meant to provide the next generation API, I think building up a new documentation should target that component as well. I created bug #373894 to keep track of it and I close this as worksforme though. |