Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
7.1.X
-
7.1.x, 7.0.x
-
Committed
-
3
-
Regression Bug
Description
After the installation of fixpack-dxp-12 is not possible to use custom AlloyEditor buttons created using React.createClass.
Steps to reproduce
- Create a new custom AlloyEditor button using React.createClass (you can see here some examples)
- Start Liferay 7.1 - fixpack-dxp-11
- Deploy your button and assert everything works as expected.
- Stop the server. Install fixpack-dxp-12 (remember delete osgi/state folder
)
- Check whether the button is still working
Expected behavior
Button is still working
Actual behavior
Button is no longer working
Additional notes
This issue is caused by LPS-90079 which upgraded AlloyEditor from 1.5.23 to 2.0.0-alpha.2 and moving the buttons away from portal.
Attachments
Issue Links
- causes
-
LPS-106780 Alloy Editor displays white text on white background with IE11
- Closed
- is caused by
-
LPS-90079 Update AlloyEditor to v2.0.0-alpha.x
-
- Closed
-
- is related to
-
LPS-104409 AlloyEditor.React.createClass is undefined
- Closed