bootstrap-timepicker icon indicating copy to clipboard operation
bootstrap-timepicker copied to clipboard

changeTime.timepicker is triggered when updateFromElementVal is called

Open frahugo opened this issue 11 years ago • 5 comments

When the input is being initialized, updateFromElementVal() is called and eventually the update() is called, which triggers the event changeTime.timepicker.

I think changeTime.timepicker should only trigger only when the value is changed after initialization.

frahugo avatar Feb 12 '14 21:02 frahugo

confirmed on kartik-v/yii2-grid... causes an infinite page loop for apps which trigger page refresh OnChange of the input. The input change event should not be triggered somehow on init.

kartik-v avatar Apr 22 '14 19:04 kartik-v

did anything ever happen with this?

daslicious avatar Jan 13 '16 23:01 daslicious

Are you fixed an error already?

s1lver avatar Oct 13 '16 08:10 s1lver

Hi, excuse me, is this bug fixed? I still got it

Krystian95 avatar Apr 14 '19 17:04 Krystian95

Which jQuery version are you using? Is it lower than 1.11.0?

I'm getting a similar bug in a context where I'm using an older system with jquery 1.8.2 and without bootstrap (I've adapted the CSS to work without it). However, on a newer system with jquery 1.11.0 and boostrap 3, it worked.

leomontenegro6 avatar Oct 08 '19 15:10 leomontenegro6