https://bugzilla.wikimedia.org/show_bug.cgi?id=9737

Pravin <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #15 from Pravin <[email protected]> ---
This seems to be problem with IE only.

When I write:

#One
#Two
#Three

<font color=red>
#One
#Two
#Three
</font>

I see (screenshot in Firefox 32.0.2 on Win7):



and (screenshot in IE 8.0.7601 on Win7)



And when I copy and paste, I see:
One
Two
Three
One

Two
Three



============ Edited using below  =========

Interesting Wiki Bug (look at the automatic numbering):

#One
#Two
#Three

<font color=red>
#One
#Two
#Three
</font>


BUG

# One
# Two
# Three

SPAN
<span style="color: blue>
# One
# Two
# Three
</span>


DIV

<div style="color:#0000FF">
# One
# Two
# Three
</div>


Workaround

<font color=red>
# One
#:
# Two
#:
# Three
</font>

<font color=blue>
# One
#: 
# Two
# Three
</font>



# One
# Two
# Three

PRE

<pre style="color: red">
# One
# Two
# Three
</pre>

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to