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 8462315
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T14:07:57+00:00 2026-06-10T14:07:57+00:00

This is actually an issue sorted out from another SO question . In the

  • 0

This is actually an issue sorted out from another SO question.

In the jsFiddle example here http://jsfiddle.net/5WrcD/2/show/ when you change one select the other one gets the value synchronised. Please try this with Firebug on and both select menus expanded.

When you first load the page and change first select to 20, the selected="selected" on both becomes 20 in DOM, but not shown in display.

Any idea on why this is happening?

The example uses Ember.js library, but anyway the display is supposed to reflect the DOM state right?

This bug only happens in Firefox, this is a Firefox specific question

  • 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-10T14:07:58+00:00Added an answer on June 10, 2026 at 2:07 pm

    Works in Chrome/Safari, not in FF. Perhaps these two Ember.js warnings mean something:

    1. WARNING: Computed properties will soon be cacheable by default. To enable this in your app, set ENV.CP_DEFAULT_CACHEABLE = true.
      ember-0.9.8.1.js (line 65)

    2. WARNING: The way that the {{view}} helper affects templates is about to change. Previously, templates inside child views would use the new view as the context. Soon, views will preserve their parent context when rendering their template. You can opt-in early to the new behavior by setting ENV.VIEW_PRESERVES_CONTEXT = true. For more information, see https://gist.github.com/2494968. You should update your templates as soon as possible; this default will change soon, and the option will be eliminated entirely before the 1.0 release.


    Update #1:

    It looks like turning off all the selected (after the elements have been created) also helps. Attach to the end of your script:

    setTimeout( function (){ $('option').prop('selected',false); } , 100 );
    // Anonymized as per Fabrício Matté's suggestion
    

    Note: There may be a callback you can do it in, instead of running it automatically 100ms after.


    Update #2:

    It also looks like instead of setting the properties of the option, you can remove the content of the Ember creation:

    App.myController = Ember.Object.create({
       //content: 10    /* comment out, remove, or set to '' instead of 10 */
    });
    

    Note: I do not use Ember, so I don’t know if this would effect anything

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

Sidebar

Related Questions

I'm actually trying to fix this issue where my projects are always out of
Simple question - what does this actually do? var oq = (ObjectQuery<TEntity>)L2EQuery; return ExecuteFirstorDefault<TEntity>(oq,
I have seen code like this (actually seeing another person type it up): catch
I am trying to get coordinates from GPS (this actually gives the values for
This is actually a three-part question, which I'll explain below, but the questions are:
this is actually a follow up to a question I asked yesterday about problems
This is actually my very first question on Stackoverflow. I hope its not the
I have a small issue actually getting variable to show - let alone how
Here is another issue I cannot quite believe hasn't been resolved yet... I am
Could someone explain in layman terms what this actually does? XmlTextReader textReader = new

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.