If anyone is curious, it was just a setting that was accidentally disabled:


FrameGdk::FrameGdk(GdkDrawable* gdkdrawable)
    : Frame(new Page, 0, NULL), m_drawable(gdkdrawable)
{
    Settings* settings = new Settings;
    .....
    settings->setIsJavaScriptEnabled(true);

I'll add a patch

On 11/9/06, schmindor < [EMAIL PROTECTED]> wrote:
actually, it is fairly capable of displaying a number of websites, which is why I was surprised to find the _javascript_ support didn't seem to be there... =)

Would anyone be able to provide assistance in pointing in the general direction of what makes the windows port capable of using _javascript_core and the gdk port not?




On 11/9/06, Mike Emmel < [EMAIL PROTECTED]> wrote:
The gdk port is far from complete. Sometimes its capable of displaying
www.google.com.


On 11/9/06, schmindor < [EMAIL PROTECTED] > wrote:
>
> Not sure what I am seeing here, but installed the latest sources for the gdk
> build, built, and tried a few test websites.
>
> Noticed: document.write not working (checked, does work in the windows and
> safari builds); then tried using other _javascript_ that would give me a
> visible indication since I know alerts aren't implemented for GDK
> yet...doesn't work either (attached)...
>
> Is anyone else using the GDK version? Ideas as to why _javascript_ support is
> having issues for just that platform?
>
> _______________________________________________
> webkit-dev mailing list
> webkit-dev@opendarwin.org
> http://www.opendarwin.org/mailman/listinfo/webkit-dev
>
>
>
>


_______________________________________________
webkit-dev mailing list
webkit-dev@opendarwin.org
http://www.opendarwin.org/mailman/listinfo/webkit-dev

Reply via email to