Classic Editor plugin- Visual Editor bug
-
I am running WP 5.2.4 and Classic Editor 1.5. If you add html in text mode as follows and then switch to Visual editor to see how it looks, all the html directives get translated to some substitution, not saved as written. If you stay away from the Visual Editor, just preview, then publish and come back into the editor so it sees this as part of an existing published page, visual editor correctly treats these directives as html. This is just an example, it does this to all <html directives> even though it was entered in text mode, not visual editor mode. This didn’t happen with TinyMice.
Not a major problem, just have to ignore Visual Editor, do all development in Text Editor and use Preview, not VE, to make sure you got it right.
Example:<div style="width: 45%; float: right;"> <h3 style="color: #3534ba;">Upcoming Events</h3> <i>Prevent invasive plants. Wash boat, motors, fishing nets & trailer before entering all lakes.</i> <dl> <dt style="font-weight: bold;">June</dt> </dl> <dl> <dd><strong>13</strong> - Board Meeting, 6:30 p.m., Altavista Library</dd> <dd><strong>15</strong> - Vessel Safety Checks #1, 9 a.m. - Noon, Leesville Lake Marina</dd> <dd><strong>15</strong> - Re Scheduled Beautification Day #1 with drop off point at Runaway Bay boat ramp from 9:00 to 3:00</dd> <dd><strong>22</strong> - Re Scheduled Beautification Day #2 with drop off points at Leesville Lake Marina and TriCounty Marinas from 9:00 to 3:00</dd> <dt>July</dt> <dd><strong>13</strong> - Annual Members' Meeting and and Volunteer Appreciation Day Picnic, 1:00 PM, Leesville Lake Marina</dd> </dl> </div>
The topic ‘Classic Editor plugin- Visual Editor bug’ is closed to new replies.