Update to 1.1.2 Causes Multiple issues
-
Thanks for the plugin. Updating from 1.0.7 to 1.1.2 has caused several issues.
- In the editor, trying to use HTML in the Timeline Description text area causes a fatal error
hook.js:608 InvalidCharacterError: Failed to execute ‘createElement’ on ‘Document’: The tag name provided (‘p<ul’) is not a valid name. - The front-end output has changed unexpectedly. The Timeline Description had output an empty <p> tag before the <ul> but this is now stripped. The default styling for the <ul> with top margin: -10px makes the <ul> visually overlap the label above.
- The front-end CSS has changed unexpectedly. We had implemented a horizontal timeline and the timeline items below the line had been visually close to the line due to table-cell styles. The new version the timeline items are flex items and visually close to the bottom of the container rather than the line.
- There are some visual issues with block at the left and right edges which I also suspect are CSS regressions.
- In the editor, trying to use HTML in the Timeline Description text area causes a fatal error
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.