marcosamz / vaadin-ckeditor

Automatically exported from code.google.com/p/vaadin-ckeditor
0 stars 0 forks source link

Toolbar Icons Missing #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Recompile widget 1.8.0 
2. Create CKEditor using the default constructor (no parameter)
3. Missing several icons

What is the expected output? What do you see instead?
Expect to see appropriate icons as I had before.  Instead, it's blank space.  
See attachment.

What version of the product are you using? On what operating system?
1.8.0.  Mac 10.7.5 Chrome Version 26.0.1410.65 Eclipse  Indigo Service Release 
2 Build id: 20120216-1857

Please provide any additional information below.

Original issue reported on code.google.com by r...@legit-systems.com on 17 Apr 2013 at 2:45

Attachments:

GoogleCodeExporter commented 9 years ago
Alternatively, I can sometimes get the wrong icon.

Icons on the right of the attached are incorrect.

Original comment by r...@legit-systems.com on 17 Apr 2013 at 3:01

Attachments:

GoogleCodeExporter commented 9 years ago
We gave some answers in the Vaadin Forum question you posted:

https://vaadin.com/forum#!/thread/3003079

This is not likely a bug in the component or CKEditor but requires a browser 
cache refresh, especially if you are upgrading from a a 3.x version of 
CKEditor.  Cannot recall, but you may want to also remove all files in 
VAADIN/widgetsets in your dev environment as well as your release environment 
and replace with freshly compiled widgetsets.  But I think it had more to do 
with cached javascript and/or icons because we did see this "wrong icons" issue 
and it was fixed after we did these clears.

We are marking this as "invalid" but if you find any more information, we'd 
consider re-opening it.

Original comment by yoz...@gmail.com on 17 Apr 2013 at 6:10

GoogleCodeExporter commented 9 years ago
Noted that something similar was reported in the CKEditor forums -- and 
clearing caches seemed to be the answer:

http://ckeditor.com/forums/CKEditor/4.0.1.1-wrong-and-misplaced-icons-in-the-too
lbar

You just need to be methodical. In our case, we blew away the widgetsets in 
both our Eclipse dev environment as well as our testing environments (Tomcat 
running in Eclipse) and dev test environment.  We closed and restarted Eclipse, 
then rebuilt the widgetsets.  We clear the browser caches and restarted the 
browsers. Then we re-released the new widgetsets and tested and it was 
magically okay again.

Original comment by yoz...@gmail.com on 17 Apr 2013 at 6:18