EasyUI Forum

General Category => Bug Report => Topic started by: angers on July 27, 2012, 02:56:13 AM



Title: Combobox prevents other input elements from cacheing contents.
Post by: angers on July 27, 2012, 02:56:13 AM
To reproduce:

  • Prepend an input field <input name="test" type="text"/> to the <body> of combobox.html demo in the 1.2.6 ui distribution.
  • [1] Append an input field <input name="test" type="text"/> to the <body> of combobox.html demo in the 1.2.6 ui distribution.
    [2] Enter text into the input fields.
    [3] Reload the page.
    [4] You will see that the input field preceding the combobox instance caches correctly, but the one appended after the combobox instance does not.


    This is very problematic when the combobox is to be used in forms of any kind.


Title: Re: Combobox prevents other input elements from cacheing contents.
Post by: angers on July 27, 2012, 02:57:36 AM
Just to reword this if it is confusing:

When you use the UI combobox on a page with other inputs, the values typed into those inputs don't persist after a reload as they normally would.


Title: Re: Combobox prevents other input elements from cacheing contents.
Post by: angers on August 03, 2012, 02:43:59 PM
You still maintaining this here project, buddy?

I don't expect you to fix every bug that gets reported...but some kind of response would be nice.


Title: Re: Combobox prevents other input elements from cacheing contents.
Post by: stworthy on August 03, 2012, 07:45:41 PM
It seems that this issue occurs in chrome and firefox. There are no problem when using ie.