Daniel Azarov created JBIDE-19147:
-------------------------------------
Summary: HTML5 Palette: Most Popular/Last Used palette group model instances
need to be synchronized.
Key: JBIDE-19147
URL:
https://issues.jboss.org/browse/JBIDE-19147
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml/html source editing
Reporter: Daniel Azarov
Assignee: Daniel Azarov
Now information for Most Popular/Last Used Palette group stored as project properties. But
palette models for different files from the same project are separate. They need to be
synchronized.
Test case:
EXECUTE:
1. Create project test, create files a.html and b.html in the project
2. Open both files in Visual Page Editor
3. Insert few items from HTML5 Palette to the editor for a.html
ASSERT:
Most Popular/Last Used palette group shows items inserted in a.html page
EXECUTE:
1. Switch on b.html editor
ASSERT:
Most Popular/Last Used palette group shows items inserted in a.html page
FAIL: Most Popular/Last Used palette group is empty
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)