Re: New simple-bug-guide.cgi



On Sun, Aug 29, 2004 at 09:55:16PM +0100, Andrew Sobala wrote:
> On Sun, 2004-08-29 at 13:23 -0600, Elijah Newren wrote:
> > I noticed when I selected epiphany as a product, and then was told to
> > select a component, as I selected a component it showed me the description
> > for that component.  It doesn't appear to do this for Metacity, though.
> 
> -> bug. And I have no idea why - I noticed this happened for L10N, but
> since that's special-cased throughout the whole thing anyway I kind of
> ignored it :) I'd be interested to know what's special about the
> products that don't work.

Use:
  curr.lastChild.nodeValue = '[% c.description FILTER js %]';
instead of current:
  curr.lastChild.nodeValue = "[% c.description FILTER html %]";

in select-comp.html.tmpl

the html filter causes problems, see javascript console in
Firefox/Mozilla.

and thanks for this great simple-bug-guide!!

-- 
Regards,
Olav



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]