Changes

Jump to: navigation, search

Mozilla.dev.tech.layout

467 bytes added, 19:51, 13 October 2006
FAQ
[https://bugzilla.mozilla.org/show_bug.cgi?id=105520 This is a bug in Firefox.] You can work around it by removing display:table in the style rule with the "#main" selector or adding clear:both to it.
</div>
 
<div class="note">
=== Why does move movement disappear when I use the mouse events to click and drag? ===
 
Since the dragging action is involved, you might need to disable it. Try using event.preventDefault()
</div>
 
<div class="note">
=== What is the purpose of the NS_LossyConvertUCS2toASCII() function? ===
 
This function converts an nsAString to an nsACString by assuming that all the
16-bit units are ASCII and just dropping the high byte on them all.
</div>
1
edit

Navigation menu