| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
| |
publish/save.
Missed the banner and animation case in the previous checkin.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
|
|
|
|
| |
Fixes issue with removing styles from other elements. This now only applies to HTML and Body tags
|
|
|
|
| |
I/O step in template.
|
|
|
|
| |
Adding a demo fix to include the document type, it is removed because comments are not supported currently, so we must added in manually. The YouTube component breaks, it does not support any doctype, hence, the component must have a bug filed against it, we MUST include doc types with our files.
|
|
|
|
| |
Removed the HTML5 doctype from files since it was break the YouTube component, also made a fix to check for the HTML tag to be present when copying attributes.
|
| |
|
|
|
|
| |
Ensuring montage style is removed and doctype is included.
|
|
|
|
| |
Both on open and close, Chrome randomly changes order of attributes, so this is browser induced bug.
|
|
|
|
| |
Also set up for tracking ID created, will be adding support for parsing files without saving later, but flag is now present.
|
|
|
|
| |
This is for files using 'save' and not 'save all' in which the styles would be thrown off and mixed improperly.
|
|
|
|
| |
Fixed a bug where an extra tag would be added to the file and break I/O.
|
|
|
|
| |
This is for chrome preview, also fixed other preview bug with plain files not opening in preview.
|
|
|
|
| |
This fixes an issue with launching preview before libraries were copied, hence, first time run would fail. Need to add a feedback screen for this process.
|
|
|
|
| |
Need to implement logic in parsing method, might require a minor restructuring.
|
|
|
|
| |
Save to and read from any path on disk (webGL/Canvas data only)
|
|
|
|
| |
This is to simplify code, more to be changed and added.
|
|
|