Thanks for the prompt reply

Actually i want to set focus to the elements node which are registered with
the event like "onMouseup" and not focusable .

Ex:
<div onClick = "call()">Call the Function </div>

i want to make this div keyboard focusable. If it is possible through some
API in webkit. please suggest me.
But in webkit core, not in HTMLJS using tabindex. that means i dont want to
modify the page source, i just need to change the interpretation in webkit.



On Tue, Oct 5, 2010 at 9:35 PM, Antonio Gomes <[email protected]> wrote:

> What node is it and what you are trying to achieve?
>
> On Tue, Oct 5, 2010 at 9:35 AM, Anurag Dak <[email protected]> wrote:
>
>>
>> Hello All,
>>          I am a new bee to webkit, actually i want to set focus on the
>> node which are not focusable according to the webkit.
>> It means isFocusable(node) return false for that node.
>>
>> i tired node->setFocus(true) and node->setActive(true)  but i is not
>> working.
>> if is there any function is webkit which make it happen for me.
>> please suggest .
>>
>> thanks and Regards
>>
>> Anurag Dak
>>
>>
>> _______________________________________________
>> webkit-help mailing list
>> [email protected]
>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
>>
>>
>
>
> --
> --Antonio Gomes
>



-- 
Anurag Dak
_______________________________________________
webkit-help mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

Reply via email to