yui / yui3

A library for building richly interactive web applications.
http://yuilibrary.com/
Other
4.12k stars 1.29k forks source link

Widget Class "focused" bug in FireFox #1236

Open mingenesis opened 10 years ago

mingenesis commented 10 years ago

In Widget Class "_bindDOM" Method, I see it has been fixed for webkit the "focused" unchange issue. In FireFox has the same issue,but not fix.

In my case,I set '<input type="text" />' as the contentBox, It works fine,in the others browers,when the input element blur. But in FireFox, the "fucosed" not change.

clarle commented 10 years ago

@mingenesis Thanks for the report!

Do you have a JSBin/JSFiddle demonstrating the issue? That would help us narrow the problem.

mingenesis commented 10 years ago

Hi @clarle , http://jsfiddle.net/aaCbe/

Focus and blur the textfield, but remain "focused" in Firefox.