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

  • SEARCH
  • Home
  • 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 603857
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T16:58:35+00:00 2026-05-13T16:58:35+00:00

I have encountered a strange behaviour using dijit.form.select inside a tooltip-dialog. Here’s a shortened

  • 0

I have encountered a strange behaviour using dijit.form.select inside a tooltip-dialog. Here’s a shortened part of my code:

<div id="toolbar" dojoType="dijit.Toolbar">
  <div dojoType="dijit.form.DropDownButton">
    <div dojoType="dijit.TooltipDialog" id="tooltip">
      <input dojoType=dijit.form.TextBox type="text" id="textbox">
      <select id="select" dojoType="dijit.form.Select">
        <option value="1">1</option>
        <option value="2">2</option>
      </select>
      <button dojoType="dijit.form.Button" type="submit" id="button">click</button>
    </div>
  </div>
</div>

Whenever I open the toolbar and the form displays, the tooltip dialog will close, as soon as I choose an option from the select in IE only! FF is ok …

My workaround for now is to use a normal select (I just omit ‘dojoType=”dijit.form.Select”‘), but for layout-reasons I’d like to have a dijit.form.select.

Any hint is appreciated.

Greetings, Select0r

  • 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-05-13T16:58:36+00:00Added an answer on May 13, 2026 at 4:58 pm
    1. Using a normal “select” is not an option as I need to change the options dynamically which really is a pain with a normal select. I’d also like all selects on the page to look the same.
    2. dijit.FilteringSelect will not show the same error but requires a different handling of changing the options dynamically. I also don’t like the dropdown being an input field.

    So I’ve come up with the following workaround, which still is not an acceptable solution but at least something I can live with for now:

    <div dojoType="dijit.form.DropDownButton" id="DropDownButton">
      <div dojoType="dijit.TooltipDialog" id="tooltip">
        <input dojoType=dijit.form.TextBox type="text" id="textbox">
        <select id="select" dojoType="dijit.form.Select" onChange="dijit.byId("DropDownButton").openDropDown();">
          <option value="1">1</option>
          <option value="2">2</option>
        </select>
        <button dojoType="dijit.form.Button" type="submit" id="button">click</button>
      </div>
    </div>
    
    1. dijit.Toolbar was removed, as it was of no use.
    2. the Select will now call the DropDownButton’s method “openDropDown” onChange, showing the TooltipDialog again.

    Now I’m able to use the TooltipDialog in IE – but still one issue remains: the TooltipDialog remains hidden in IE until I move the mouse a pixel. But at least I don’t have to click on the button again to open the dialog.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 309k
  • Answers 309k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer This should work, when you can't use fgets() for some… May 13, 2026 at 10:00 pm
  • Editorial Team
    Editorial Team added an answer Two pretty straightforward choices: implement a ReverseAdvertisementsComparer class: private class… May 13, 2026 at 10:00 pm
  • Editorial Team
    Editorial Team added an answer $("#id1:first-child").attr("id") May 13, 2026 at 10:00 pm

Related Questions

I recently encountered very strange behaviour with the UIImagePickerController. On our main view we
I have encountered a strange behavior while executing an sql query on the Oracle
I have encountered a strange behavior with a simple C++ class. classA.h class A
I have not programmed C++ for a while and encountered a strange behavior when
I'm programming some websites with JSP-Scripting and I encounterd a strange problem with urlencoded

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.