Autor Beitrag
JayEff
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starofftopic star
Beiträge: 2971

Windows Vista Ultimate
D7 Enterprise
BeitragVerfasst: Do 29.03.07 21:20 
Bei mehreren aufeinanderfolgenden Code-Zeilen, wie im Folgenden, tritt ein Problem auf.
ausblenden Quelltext
1:
2:
3:
4:
<span class="inlineSyntax"> !"#$%&'()*+,-./0123456789:;<=>?</span>
<div class="syntaxContainer">  <div class="syntaxSelect">    <a class="genmed" style="text-decoration: none" href="javascript:selectAll(43168010)">markieren</a>  </div>  <div class="syntaxTitle genmed">        <a style="text-decoration: none" href="javascript:toggleCode(43168010)">            <span  id="minusFor43168010"><img class="codecollapse crispscaling" align="top" src="./graphics/bbcode/code_hide.png" border="0" alt="ausblenden" title="ausblenden"/></span>            <span style="display: none;" id="plusFor43168010"><img class="codecollapse crispscaling" align="top" src="./graphics/bbcode/code_show.png" border="0" alt="anzeigen" title="anzeigen"/></span>        </a>                <b>Quelltext</b>        <span class="copyright" style="display: none" id="hintFor43168010">                       </span>  </div>  <div id="code43168010" class="syntax" style=" ">    <table cellspacing="0" cellpadding="0">      <tr>        <td valign="top" style="text-align: right; padding-right: 3px; border: #DBE4EB solid; border-width: 0px 1px 0px 0px;">          <pre>1:
</pre>        </td>        <td valign="top" style="width: 100%; padding-left: 3px;">          <pre class="sourcecode">@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_          </pre>        </td>      </tr>    </table>  </div></div>
<span class="inlineSyntax">`abcdefghijklmnopqrstuvwxyz{|}~</span>

Die normalerweise ohne "Quelltext"-Kasten wiedergegebenen Tags werden wie folgt angezeigt:

ausblenden Quelltext
1:
 !"#$%&'()*+,-./0123456789:;<=>?					

ausblenden Quelltext
1:
@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_					

ausblenden Quelltext
1:
`abcdefghijklmnopqrstuvwxyz{|}~					


Beheben lässt sich das Problem so:

ausblenden Quelltext
1:
2:
3:
[b][/b]<span class="inlineSyntax"> !"#$%&'()*+,-./0123456789:;<=>?</span>
[b][/b]<span class="inlineSyntax">@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_</span>
[b][/b]<span class="inlineSyntax">`abcdefghijklmnopqrstuvwxyz{|}~</span>


Resultat:

ausblenden Quelltext
1:
 !"#$%&'()*+,-./0123456789:;<=>?					

ausblenden Quelltext
1:
@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_					

ausblenden Quelltext
1:
`abcdefghijklmnopqrstuvwxyz{|}~					


Das Problem trat hier auf.
Ich vermute, das ist ein Parsing-Fehler und kein Browserabhängiger...?

_________________
>+++[>+++[>++++++++<-]<-]<++++[>++++[>>>+++++++<<<-]<-]<<++
[>++[>++[>>++++<<-]<-]<-]>>>>>++++++++++++++++++.+++++++.>++.-.<<.>>--.<+++++..<+.
Christian S.
ontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic starofftopic star
Beiträge: 20451
Erhaltene Danke: 2264

Win 10
C# (VS 2019)
BeitragVerfasst: Do 29.03.07 21:26 
Es ist so gewollt, dass ein Quelltext, der alleine in einer Zeile steht, mit Kasten angezeigt wird. Die Quelltexte ohne Kasten dienen als Inline-Quelltexte und ohne was drum rum macht "inline" keinen Sinn.

_________________
Zwei Worte werden Dir im Leben viele Türen öffnen - "ziehen" und "drücken".
JayEff Threadstarter
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starofftopic star
Beiträge: 2971

Windows Vista Ultimate
D7 Enterprise
BeitragVerfasst: Do 29.03.07 21:56 
Achso, ja das macht natürlich sinn ;)

_________________
>+++[>+++[>++++++++<-]<-]<++++[>++++[>>>+++++++<<<-]<-]<<++
[>++[>++[>>++++<<-]<-]<-]>>>>>++++++++++++++++++.+++++++.>++.-.<<.>>--.<+++++..<+.