Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

DropDown Binding problem for MVC project in FireFox v58

  • 6 பதிலளிப்புகள்
  • 2 இந்த பிரச்னைகள் உள்ளது
  • 12 views
  • Last reply by vinay2490

I am having a mvc project in which there are dropdownlist. the problem am facing is that,when I select the dropdownlist the content of the dropdown list displays in english (although the data is in hindi language), but when I select any of the option from the dropdwon list then the data in list get displayed in hindi language. But in google chrome it works fine, when I click the dropdwon list, the list gets displayed in hindi and also the selected option selected is displayed in hindi. Both of the browsers are up to date. firefox 58. Google chrome 63.

I am having a mvc project in which there are dropdownlist. the problem am facing is that,when I select the dropdownlist the content of the dropdown list displays in english (although the data is in hindi language), but when I select any of the option from the dropdwon list then the data in list get displayed in hindi language. But in google chrome it works fine, when I click the dropdwon list, the list gets displayed in hindi and also the selected option selected is displayed in hindi. Both of the browsers are up to date. firefox 58. Google chrome 63.

All Replies (6)

There is no FF58 release. First off stop using beta release and go back to FF57.0.4 release and use that first.

RE-installed the Firefox stable version v57, but it didn't solved the problem. The problem remained as it is. Here am attaching the the screen shots of drop down in chrome in Firefox.

Please check both the images

Can you setup a JSfiddle.net example?

js fiddlle

https://jsfiddle.net/vinay2490/w2pehmjm/

on the click of the button the drop down pop ups and it in hindi ideally.But this does not happen in firefox Am new to js fiddel not able properly simulate it.

Not working for mvc razor drop down control. But works fine for bootstrap drop down.

For Firefox v43 it works fine but when I have upgraded to Firefox 57 this thing is happening.