Die Funktionalität dieser Website ist durch Wartungsarbeiten eingeschränkt, die Ihr Erlebnis verbessern sollen. Wenn ein Artikel Ihr Problem nicht löst und Sie eine Frage stellen möchten, können Sie unsere Gemeinschaft über @FirefoxSupport auf Twitter, /r/firefox oder Reddit fragen.

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

Plain-text search/find (Ctrl-F), across table data cells (td)?

  • 3 Antworten
  • 2 haben dieses Problem
  • 1 Aufruf
  • Letzte Antwort von Mkll

more options

I use Firefox 58.0.2 (64-bit) on Ubuntu 14.04.

Here is my problem: on a website like Mouser.com, I have an amount of information shown in a shopping card; it is not obvious this information is in a table to begin with. So, as part of this rendering, I get shown text, say, "0 Dispatches Now", and I'd like to search for it using plain-text Find (on Page), that is Ctrl-F. So I hit Ctrl-F, enter "0 Dispatches" - and there's no results found whatsoever?

So, I inspected their code a bit, and it turns out, the information is actually encoded as `<tr><td align='right'>0 </td><td>Dispatches Now</td></tr>`; that means, my search text (as a whole) is not in a single HTML element, and it sort of makes sense that Find here does not work.

However, is there some form of a workaround when using Ctrl-F, so that even in a case like this, I'd get the `<tr><td align='right'>0 </td><td>Dispatches Now</td></tr>` to match if I enter "0 Dispatches" in the Find box?

I use Firefox 58.0.2 (64-bit) on Ubuntu 14.04. Here is my problem: on a website like Mouser.com, I have an amount of information shown in a shopping card; it is not obvious this information is in a table to begin with. So, as part of this rendering, I get shown text, say, "0 Dispatches Now", and I'd like to search for it using plain-text Find (on Page), that is Ctrl-F. So I hit Ctrl-F, enter "0 Dispatches" - and there's no results found whatsoever? So, I inspected their code a bit, and it turns out, the information is actually encoded as `<tr><td align='right'>0&nbsp;</td><td>Dispatches Now</td></tr>`; that means, my search text (as a whole) is not in a single HTML element, and it sort of makes sense that Find here does not work. However, is there some form of a workaround when using Ctrl-F, so that even in a case like this, I'd get the `<tr><td align='right'>0&nbsp;</td><td>Dispatches Now</td></tr>` to match if I enter "0 Dispatches" in the Find box?

Alle Antworten (3)

more options
more options

Thanks @Mkll - I guess from those, the https://addons.mozilla.org/en-US/firefox/addon/replace/ would be useful - but haven't tested it yet...

Geändert am von sdaau

more options

Alright, if they work out, let me know!