cdotyone / mochaui

development tree for MochaUI
http://mochaui.org/demo/
Other
290 stars 83 forks source link

Search box wont focus in FF 3.5 - #75 #15

Closed mui-org closed 14 years ago

mui-org commented 14 years ago

Reported by a2b2c2d, Jul 03, 2009

What steps will reproduce the problem?

  1. Use Firefox 3.5 to view main index.html
  2. Attempt to type in search box.

What is the expected output? What do you see instead? It should allow you to type text into the box. It works on IE8 for me but in firefox it will not allow the search box to take focus when clicking in the field.

What version of MochaUI are you using? r529

On what operating system and with what browser? XP Pro SP3 using Firefox 3.5

Comment 1 by jpiulachs, Aug 28, 2009

The problem does not happen when you set the sortable property of the column to false in mocha-init.js

new MUI.Column({ id: 'mainColumn', placement: 'main', sortable: false, resizeLimit: [100, 300] });

mui-org commented 14 years ago

TODO: need to figure out if the fix is a side effect or real fix

mui-org commented 14 years ago

isolated header toolbar from drag operations