Without a test case it is hard to say why this does not work. My first
guess is that your search string or target includes whitespace or
special characters that don't match.  Try shorter strings.

jjb

On Aug 12, 1:22 am, Dominic Watson <[email protected]> wrote:
> Hi, I'm trying to search for an instance of say for example this:
> inside swfobject.js that is included in my page:
>
> document.title=document.title.slice(0,47)+" - Flash Player
> Installation";
>
> if I put that into the firebug search field, nothing happens
> I press enter, nothing happens
>
> I go to the Scripts menu and select the included script directly and
> again it doesn't seem to search and highlight the instances of this
> search query.
>
> The only way I can find out if this exists on the page is by opening
> the script in an external editor such as Notepad++ and then performing
> the search here.
>
> This isn't how I expected the Search behaviour to work within Firebug,
> is this correct or a bug? Thanks, Dom

-- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/firebug?hl=en.

Reply via email to