lovely0493 / open-webkit-sharp

Automatically exported from code.google.com/p/open-webkit-sharp
GNU Lesser General Public License v3.0
1 stars 0 forks source link

when navigating to about:blank DocumentTitleChanged is triggered #37

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
if i navigate to about:blank DocumentTitleChanged isnt triggered
 so it will not update

say i navigate to google the  Title is "google" then navigate to my home page  
about:blank  the title is still "google" the DocumentTitleChanged isnt triggered

Original issue reported on code.google.com by meirb...@gmail.com on 1 Dec 2011 at 1:08

GoogleCodeExporter commented 8 years ago
Thanks for the bug report. I will try to fix the bug ASAP

Original comment by tsumalis96@gmail.com on 1 Dec 2011 at 4:13

GoogleCodeExporter commented 8 years ago
the problem with about:blank is solved in r98 but still other web pages with 
blank  title are still not updating it looks like it only solved about:blank 
and not
other web pages with no title, those still will not trigger DocumentTitleChanged

Original comment by meirb...@gmail.com on 6 Dec 2011 at 7:50

GoogleCodeExporter commented 8 years ago
Thanks! You made it now clear. I added an exception for about:blank but the 
problem is that when the title is "" probably WebKit does not fire the 
appropriate event. I will try to fix this ASAP

Original comment by tsumalis96@gmail.com on 7 Dec 2011 at 3:50

GoogleCodeExporter commented 8 years ago
that will be great

Original comment by meirb...@gmail.com on 7 Dec 2011 at 4:23