elcodi / bamboo

Meet Bamboo, an e-commerce project built on top of Elcodi and Symfony. Give us a star to support our project :)
http://bamboo.elcodi.com
MIT License
198 stars 44 forks source link

Problem with description editor in administration #630

Open kolmanpav opened 8 years ago

kolmanpav commented 8 years ago

I enable two language in administration. I go to some product detail in administration. There are 2 tabs with description of products. I have some simple text in MS word with some bold characters. When I paste the text into the first tab with description then the formating is cleared and text is duplicated twice )) Everything is correct in the second tab with the second language But this problem is only on the first tab...

1 2 3 4

mickaelandrieu commented 8 years ago

Hi! Thank you very much for this complete scenario.

@mmoreram probably a javascript issue, I can take a look the next week if you can't.

kolmanpav commented 8 years ago

Hello, do you have any news about this bug?

mmoreram commented 8 years ago

Not yet, sorry :(

mmoreram commented 8 years ago

ping @kolmanpav

The text is malformed and is duplicated as many times as languages we have enabled.

Good issue :) Sorry for that delay, we will fix this asap.

mmoreram commented 8 years ago

ping @tonipinel

Could you please take a look at that? is something really strange...

Thanks :)

kolmanpav commented 8 years ago

Hello, do you have any news about this bug?

mmoreram commented 8 years ago

AFAIK, @tonipinel is on it :)

tonipinel commented 8 years ago

Yes, it's a bug on Frontendcore. I just solved it and I will create a PR with this and other bugs fixed soon.

mmoreram commented 8 years ago

@kolmanpav merged. Can you please check this and close the issue if is solved?

Thanks.

kolmanpav commented 8 years ago

Hello, I update my composer and bower. I found new version of frontendcore. When I start my administration, the editor is not loaded because some another js file is needed and it is not present. Here is the error message: http://127.0.0.1:8000/bundles/admincore/js/modules/devicePackage.js?v=100 404 (Not Found)

kolmanpav commented 8 years ago

Can you send me some info where can I download devicePackage please?

tonipinel commented 8 years ago

@kolmanpav let me check, because this js file is no longer needed in the new versions of frontendcore. Anyway it's a good idea to update frontendcore to the last stable version, I will do a PR soon.