Custom Query (73 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (37 - 39 of 73)

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Ticket Resolution Summary Owner Reporter
#48 wontfix The new gnuMims logo has a poor gradient or jaggered appearance in IE Gavin
Description

Found that this is due to an IE bug when the PC's dpi is set to 120 instead of 96 or color is 16 bit instead of 32bit. Note that other image programs in windows handle this ok. For more info see:

http://www.wpdfd.com/forums/wpdfd/browsers/poor_quality_images_in_ie/

#47 fixed Filterpane bug when selecting an operator but not inputting a value for ID and Integer attributes Gavin
Description

See bug in grails plugin filterpane:

http://jira.codehaus.org/browse/GRAILSPLUGINS-1717 This upstream bug report has been closed and is due for inclusion in filterpane-0.6.5 which has not been released yet.

Contributed a further improvement (grails plugin rev 59495) so that user input parsing is done in a type safe way. This is now fixed in grails-filterpane-0.6.6-SNAPSHOT

Fixed at r361 by upgrading plugin to the newly release 0.6.6-SNAPSHOT.

#44 fixed Check for and correct to ${X.encodeAsHtml()} where required. Gavin
Description

Anywhere that user input is displayed in a page there is the opportunity for html (or worse javascript?) injection. Using ${X} directly renders the text so a user input of "<td>nice</td>" would change the layout of the page.

Find and correct all cases to ${X.encodeAsHtml()}.

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Note: See TracQuery for help on using queries.