h3 / jquery-utils

Automatically exported from code.google.com/p/jquery-utils
MIT License
0 stars 0 forks source link

Does not work in IE7 either #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Browse the page in IE7
2.
3.

What is the expected output? What do you see instead?
I expected the page to render correctly (layout is all off), and the UI 
for the timepicker throws error.

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by keith.pe...@gmail.com on 11 Nov 2008 at 9:57

GoogleCodeExporter commented 9 years ago
Having problems with IE7 too.
It's this function that breaks in the timepickr file
the self = this causes a Not Implemented error.
        // hide all levels
        hide: function() {
            self = this;
            setTimeout(function() {
                self.wrapper.find('ol').hide();
            }, self.options.hideDelay);
        },

Original comment by cheetahs...@gmail.com on 12 Nov 2008 at 5:33

GoogleCodeExporter commented 9 years ago
IE7 support was planned for version 0.8 in the development roadmap. I'll check 
the
method reported by cheetahshrk, but I can promise I'll fully fix IE7 support 
quickly.

I'm quite busy and it's a side project I have in my free times, all 
contributions are
welcome thought.

Roadmap:
http://haineault.com/media/jquery/ui-timepickr/page/#s-about

Original comment by hainea...@gmail.com on 13 Nov 2008 at 1:28

GoogleCodeExporter commented 9 years ago
Thanks to many users contributions, now the timepickr seems to be working fine 
under
IE7 *AND* IE6 :)

Marking this issue as Fixed.

Original comment by hainea...@gmail.com on 6 Jan 2009 at 7:48