Community
Participate
Working Groups
Build Identifier: org.eclipse.wst.sse.ui_1.3.1.v201108191312 Doing changes to attributes, the design tab does not show the real values entered, whereas the source tab does. This happens as soon as the mouse is used to focus into another attribute, after the current attribute was changed but not committed with the return key. Starting with the second attribute, the value does not get updated any longer in the design tab. The value in the source tab is correct, though. Reproducible: Always Steps to Reproduce: Open any XML file, change the first attribute value, then click into any other attribute field, change this again, and click into a third attribute field. Do not hit enter during this sequence.
CQ:WIND00303346
Created attachment 206155 [details] patch This seems to be a result of the changes from Bug 324409. We had to make the changes within an aboutToChangeModel, but if a refresh job runs again while editing a field, it will cancel the editor before firing changedModel. This leaves the internal state count of the model > 1, so no notifications are sent to cause another refresh.
Code checked in for 3_3_Maintenance and HEAD.
(In reply to comment #3) > Code checked in for 3_3_Maintenance and HEAD. Thanks Nick! :) It will be some time till we pick this fix up in our product, will report back once we can verify the fix! :) Helmut
(In reply to comment #1) > CQ:WIND00303346 Correction - CQ:WIND00306346