Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8788317
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T22:07:13+00:00 2026-06-13T22:07:13+00:00

I have a Visualforce toolbar and when I rerender the pageblock only in Firefox

  • 0

I have a Visualforce toolbar and when I rerender the pageblock only in Firefox the whole bar gets extended vertically to a large toolbar block.

See code below

<apex:toolbar id="theToolbar" style="background-color:#8d8d8d;background-image:none">
             <apex:toolbarGroup itemSeparator="line" location="left" id="toobarGroupForm">          
                  <apex:outputText style="color:#f8f8ff;font-weight:bold" value="Amount of Records"/>
                 <apex:selectList label="Record Amount" value="{!ShowAmountOfRecords}" size="1" required="false" >
                     <apex:actionSupport event="onchange" action="{!AmountOfRecordsAction}" reRender="innerblock" status="recordamountchange" />
                        <apex:outputPanel style="color:#f8f8ff;font-weight:bold">
                             <apex:actionStatus id="recordamountchange" startText="Showing more records..." stopText=""/>
                        </apex:outputPanel>
                     <apex:selectOptions value="{!AmountOfRecordsList}"/>
                  </apex:selectList>
                  <apex:outputText style="color:#f8f8ff;font-weight:bold" value="Filter By Document Type"/>
                  <apex:selectList label="Filter by Record Type" value="{!FilterByRecordType}" size="1" required="false" >
                     <apex:actionSupport event="onchange" action="{!FilterByRecordTypeAction}" reRender="innerblock" status="filterByRecordType" />
                         <apex:outputPanel style="color:#f8f8ff;font-weight:bold">
                             <apex:actionStatus id="filterByRecordType" startText="Filtering your records..." stopText=""/>
                        </apex:outputPanel>
                     <apex:selectOptions value="{!FilterByRecordTypeList}"/>
                  </apex:selectList>

              </apex:toolbarGroup>
            </apex:toolbar> 

Is this a know bug in Firefox?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T22:07:13+00:00Added an answer on June 13, 2026 at 10:07 pm

    The problem was that I had two picklist part of the same Toolbar Group. Make sure to add your components to different toolbar groups.

    <apex:toolbar id="theToolbar" style="background-color:#8d8d8d;background-image:none" rendered="true">
                 <apex:outputText style="color:#f8f8ff;font-weight:bold" value="Amount of Records"/>
                 <apex:toolbarGroup itemSeparator="line" location="left" id="toobarGroupForm" rendered="true">          
                     <apex:selectList label="Record Amount" value="{!ShowAmountOfRecords}" size="1" required="false" >
                         <apex:actionSupport event="onchange" action="{!AmountOfRecordsAction}" status="recordamountchange" reRender="innerblock" />
                            <apex:outputPanel style="color:#f8f8ff;font-weight:bold">
                                 <apex:actionStatus id="recordamountchange" startText="Showing more records..." stopText=""/>
                            </apex:outputPanel>
                         <apex:selectOptions value="{!AmountOfRecordsList}"/>
                      </apex:selectList>
                  </apex:toolbarGroup>
                  <apex:outputText style="color:#f8f8ff;font-weight:bold" value="Filter By Document Type"/>
                  <apex:toolbarGroup itemSeparator="line" location="left" id="toobarGroupForm2" rendered="true"> 
                      <apex:selectList label="Filter by Record Type" value="{!FilterByRecordType}" size="1" required="false"  >
                         <apex:actionSupport event="onchange" action="{!FilterByRecordTypeAction}" status="filterByRecordType" reRender="innerblock"/>
                             <apex:outputPanel style="color:#f8f8ff;font-weight:bold">
                                 <apex:actionStatus id="filterByRecordType" startText="Filtering your records..." stopText=""/>
                            </apex:outputPanel>
                         <apex:selectOptions value="{!FilterByRecordTypeList}"/>
                      </apex:selectList>
                  </apex:toolbarGroup>
                </apex:toolbar> 
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a Visualforce page where I'd like to display a count of the
I have a visualforce page which is rendering correctly. There is a commandbutton Save
I have a drop down in a visualforce page . The data needs to
I have a custom component in my visualforce page, it requires an attribute :
I have a client who has a custom visualforce page that is embedded on
We have a custom Visualforce page that is within the Account page layout. This
I have created a custom visualforce page. Here in the controller class i want
I have created a custom visualforce page. Here in the controller class i allow
I have a visualforce/apex functionality that exports & emails a PDF for commission agreements
I have an HTML table setup in a visualforce page with some functionality that

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.