Skip to content

Commit

Permalink
Added a file to track Uservoice bugs.
Browse files Browse the repository at this point in the history
  • Loading branch information
derobins committed Jan 29, 2009
1 parent ca9089a commit d177ec9
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions Uservoice bugs.txt
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,23 @@
Opera post preview bug

I can't seem to get to the cause of this bug, so here is the complete post:

<quote>
Here's an idea: - Just before you create the alert window, stop the DragEvent
....event.stopImmediatePropagation();
store the event so we can resume if the user clicks the Yes button
....queuedEvent = event as DragEvent;
show the alert window
if the user clicks the yes button, resume the queued event
....dispatchEvent(queuedEvent);
</quote>

(dots are spaces)
The problem here is that only the first indented piece of text is converted to code and has syntax highlighting. The other 2 are just indented, but no formatting applied to them.

I'm using Opera 9.61, XP SP3.


--------------------------------------------------------------------------


0 comments on commit d177ec9

Please sign in to comment.