Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (16 - 18 of 11754)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Ticket Resolution Summary Owner Reporter
#16 fixed Updating public bugs when they are fixed in private SVN Alfonso
Description

I've committed two fixes to the SVN to avoid an error in Firefox 3 and some warnings based on the public bugs and patches available. (I hope that everything is alright)

https://sourceforge.net/tracker/index.php?func=detail&aid=1604576&group_id=75348&atid=543655
https://sourceforge.net/tracker/index.php?func=detail&aid=1577247&group_id=75348&atid=543653

and the new sample file
https://sourceforge.net/tracker/index.php?func=detail&aid=1456343&group_id=75348&atid=543655

The question is: when should the public bugs be marked as fixed? now in order to avoid that we forget about them or latter when the public SVN is updated?

There are also two other bugs that it seems that should be fixed in SVN but they aren't closed:
buttons in modal dialog IE (SVN)
https://sourceforge.net/tracker/index.php?func=detail&aid=1199014&group_id=75348&atid=543653
https://sourceforge.net/tracker/index.php?func=detail&aid=1208960&group_id=75348&atid=543653

is this fixed also?
https://sourceforge.net/tracker/index.php?func=detail&aid=1490615&group_id=75348&atid=543653

#17 fixed First enter in a list creates double spacing (firefox) Alfonso
Description

Steps to reproduce: Go to the end of the sample text (sample 12, default values), press enter to start a new paragraph an create a list (OL or UL), now put the first item and press enter, the second item appears two lines below, looking at the source in that moment shows this:

<body spellcheck="false">
	<p>
	This is some <b>sample text</b>. You are using <a _fcksavedurl="http://www.fckeditor.net/" href="http://www.fckeditor.net/">FCKeditor</a>.
	</p>
	<ol _moz_dirty="">
		<li _moz_dirty="">
			a
			<br _moz_editor_bogus_node="TRUE" _moz_dirty=""/>
			<br _moz_dirty="" type="_moz"/>
		</li>
		<li _moz_dirty="">
			b
			<br _moz_editor_bogus_node="TRUE"/>
		</li>
		<li _moz_dirty="">
			c
			<br _moz_editor_bogus_node="TRUE"/>
		</li>
	</ol>
</body>

Blocks: #1

#18 fixed IE: Enter after Shift+Enter eats the paragraph Frederico Caldeira Knabben Alfonso
Description

Testing the enter key in IE:

  • Go to end of text, press enter a new paragraph starts;
  • Type some letters or words and press shift+enter, a new line starts;
  • Type a little more and press enter to start a new paragraph, now the current paragraph simply disappears.

Blocks #1

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Note: See TracQuery for help on using queries.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy