[wp-trac] [WordPress Trac] #37498: WYSIWYG Error?

WordPress Trac noreply at wordpress.org
Thu Jul 28 12:45:04 UTC 2016


#37498: WYSIWYG Error?
--------------------------+-----------------------------
 Reporter:  SPiNNdevs     |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  Editor        |    Version:  4.5.3
 Severity:  normal        |   Keywords:
  Focuses:                |
--------------------------+-----------------------------
 I think there is a problem with opening and closing <p> tags if an <hr> is
 inserted into an paragraph.

 For example, if I have the following text in my editor:

 {{{
 <h3>GS1 Connect</h3>
 Dieses Leistungspaket umfasst alles was für den Einstieg in die Nutzung
 des GS1 Systems benötigt wird. Neben der GS1 Basisnummer ermöglicht das
 myConnect Onlineportal die einfache Nutzung der GS1 Standards

 <hr class="push-bottom" />

 <a href="http://www.gs1.at/downloads-
 services/services/myconnect.html">Mehr über GS1 Connect</a>
 }}}

 The output is the following:

 {{{
 <h3>GS1 Connect</h3>
 <p>
 Dieses Leistungspaket umfasst alles was für den Einstieg in die
 Nutzung des GS1 Systems benötigt wird. Neben der GS1 Basisnummer
 ermöglicht das myConnect Onlineportal die einfache Nutzung der GS1
 Standards</p>
 <hr class="push-bottom">
 <a href="http://www.gs1.at/downloads-
 services/services/myconnect.html">Mehr über GS1 Connect</a>
 </p>
 }}}

 I think the right behaviour is to close the <p> tag in front of the <hr>
 and open it again right after it?

 The current output creates an "error" in my latest chrome version (I also
 attached a screenshot)

 {{{
 <h3>GS1 Connect</h3>
 <p>Dieses Leistungspaket umfasst alles was für den Einstieg in die Nutzung
 des GS1 Systems benötigt wird. Neben der GS1 Basisnummer ermöglicht das
 myConnect Onlineportal die einfache Nutzung der GS1 Standards</p>
 <hr class="push-bottom">
 <a href="http://www.gs1.at/downloads-
 services/services/myconnect.html">Mehr über GS1 Connect</a>
 <p></p>
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/37498>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list