Jörn
The feature is whether fixed positioning works properly. We can detect
it by creating an element, setting the position, then checking to see
if we get the correct offset.
On Thursday, July 9, 2009, Jörn Zaefferer
<joern.z...@googlemail.com> wrote:
>
> Whats the feature here, and how can we detect it?
>
> Jörn
>
> 2009/7/9 Scott González <scott.g...@gmail.com>:
>> We should be using feature detection here, not browser version checks. I've
>> added a comment to the ticket.
>>
>>
>> On Thu, Jul 9, 2009 at 10:20 AM, Jörn Zaefferer
>> <joern.z...@googlemail.com> wrote:
>>>
>>> The version check he provides as a pseudo-patch looks like it could be
>>> enough to fix this: http://dev.jqueryui.com/ticket/4631
>>> Can someone with some experience with Draggables take a look?
>>>
>>> Jörn
>>>
>>>
>>
>>
>> >
>>
>
> >
>
2009/7/10 Scott González <scott.g...@gmail.com>The feature is whether fixed positioning works properly. We can detect
it by creating an element, setting the position, then checking to see
if we get the correct offset.
This should be part of jQuery core though.