Showing questions tagged: Show all questions

Frames on localhost not working

Just updated to version 134 on Win 11. I use local web pages to organize links. My main web page contains the following: <frameset rows="40,*" border=no frameborder=n… (read more)

Just updated to version 134 on Win 11. I use local web pages to organize links. My main web page contains the following:

<frameset rows="40,*" border=no frameborder=no>

 <frame src="./directories.html" name="directories" marginwidth="0" marginheight="0" scrolling="no">
 <frame src="./main.html" name="links" marginwidth="1" marginheight="0" scrolling="auto">
 <noframes>Sorry, your browser does not handle frames!</noframes>

</frameset>

the file directories.html contains links such as:

 <td class="table2"><a href="./personal.html" target="links">Personal</td>

the css file contains: td.table2 {

 border: 1px solid;
 border-collapse: collapse;
 text-align: center;
 padding: 5px 5px;
 background-color: silver;

}

Clicking on the link yesterday loaded the file "personal.html" in the bottom frame. After the update, it does nothing. Right clicking on the link and selecting "open link in new tab" does open the file in a new tab.

Asked by schmickb 1 day ago

Form Fields Autofilling Despite autocomplete="nofill" or autocomplete="off" ( Autocomplete is needed for some fields but not for others, so it cannot be controlled at the settings level)

Hello Firefox Support Team, I’m experiencing an issue where Firefox is autofilling form fields even when the autocomplete attribute is explicitly set to values like "off… (read more)

Hello Firefox Support Team,

I’m experiencing an issue where Firefox is autofilling form fields even when the autocomplete attribute is explicitly set to values like "off" or "nofill".

<form>

   <label for="username">Username:</label>
   <input type="text" id="username" name="username" autocomplete="nofill">
   
   <label for="password">Password:</label>
   <input type="password" id="password" name="password" autocomplete="off">

</form>

Despite trying several variations, Firefox continues to autofill these fields.

Could you clarify:

Is this expected behavior in Firefox? Are there specific guidelines or workarounds to prevent autofill in cases where it is not desired? Are there any browser settings or configurations that could override the autocomplete attribute? - Autocomplete is needed for some fields but not for others, so it cannot be controlled at the settings level Any help or guidance would be greatly appreciated!

Asked by Raghava Sravani dasari 6 days ago

Search/address bar -> how to remove the search option

Hello. In about:config the keyword.enabled false does not work anymore. So how on earth do we stop this stupid search option in the url bar. When i open a new tab, i'l… (read more)

Hello.

In about:config the keyword.enabled false does not work anymore.

So how on earth do we stop this stupid search option in the url bar. When i open a new tab, i'll get on a firefox tab. In the middle I can search (in the search bar), but after typing 1 letter, the search is moved to be in the address bar. WHY????

How to stop this madness?

Thank you for an answer

Asked by reneuitijsselstein 2 weeks ago

Last reply by reneuitijsselstein 2 weeks ago