gdk build/ js support issues?
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?
The gdk port is far from complete. Sometimes its capable of displaying www.google.com. On 11/9/06, schmindor <schmindor@gmail.com> 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
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 javascriptcore and the gdk port not? On 11/9/06, Mike Emmel <mike.emmel@gmail.com> wrote:
The gdk port is far from complete. Sometimes its capable of displaying www.google.com.
On 11/9/06, schmindor <schmindor@gmail.com> 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
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 <schmindor@gmail.com> 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 javascriptcore and the gdk port not?
On 11/9/06, Mike Emmel <mike.emmel@gmail.com> wrote:
The gdk port is far from complete. Sometimes its capable of displaying www.google.com.
On 11/9/06, schmindor <schmindor@gmail.com > 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
Hmm wonder when that got turned off. I thought you ment the pop up windows those are not quite implemented. And no widgets work. On 11/9/06, schmindor <schmindor@gmail.com> wrote:
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 < schmindor@gmail.com> 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 javascriptcore and the gdk port not?
On 11/9/06, Mike Emmel < mike.emmel@gmail.com> wrote:
The gdk port is far from complete. Sometimes its capable of displaying www.google.com.
On 11/9/06, schmindor < schmindor@gmail.com > 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
participants (2)
-
Mike Emmel
-
schmindor