
MikeGale wrote:Findings:
1) I was adding a URL to check (actually a js file). I switched away to check the name in explorer (Win 2003 machine) when I got back the "edit/create link for batch wizard" dialog was not on top. The batch wizard was unreachable (greyed out). I used alt tab and got it back and completed.
MikeGale wrote:5) I got a marquee message. It said something like IE X+ does it but not NN4. On my last test of this (a while ago) I was surprised to see that (if I'm not mistaken) FF, Opera, Chrome and Safari; all now implement marquee. I recommend the message be updated to reflect the new situation. (I haven't seen this reported anywhere but presumably there is a growing number of sites using this functionality, which is now where it should be, in the browser!)
MikeGale wrote:Thanks for the great work you're doing with this tool.


MikeGale wrote:2) I got, as expected, a bunch of errors for the js files in the batch report. Unfortunately most content of the individual report pages was a copy of the first erroring page (a php page on a remote server reached by a redirect). The custom content was page name and time taken to analyse, i.e. nothing substantial. In other words I can't see the things that javascript lint picked up on any of those pages. On recheck I found that the add a UrL link dialog had inserted a different base address (site) to the one I was working with, so I imagine that what happened here was that when the lint found no file to analyse I got that incorrect error report.
MikeGale wrote:3) I got a message about a "href='#'" on a page. This was put in because IE 7 (alone) needs it when an anchor is wired up by jQuery to link to someplace. Without it IE 7 doesn't generate an event on a click. The exception message doesn't mention this. It would be valuable to mention that in the message, especially where a growing number of people will face this issue with their Ajax applications. (I haven't tested that in IE 8 and probably won't until IE 7 has dropped off my radar.)
MikeGale wrote:4) I had a "font face is probably illegal" message come up. The font face was defined in an "@font-face" declaration so was meaningful, in this case.
MikeGale wrote:6) When I did automatic update check from 9.01 the "I'm checking" dialog stayed up for ever. I eventually found a way to kill the CSE process, at which point an update page appeared in the browser.






MikeGale wrote:On the href # issue.
Add something like this.
It is sometimes necessary to add a # link so that IE will emit an event when clicking on an anchor (a tag), in such cases this message should be ignored.


MikeGale wrote:On the @font-face issue.
When a name is declared in an @font-face some browsers then become aware of that font name and map it to the declared font.
(The real situation is more complex than that given that some accept eot fonts others ttf... If the developer knows what he is doing he wil have designed appropriately.)
So the name declared is now a legal (semi-legal...?) font name and should not be identified as unknown.
Put another way. The list of known font faces can be extended for individual pages.



MikeGale wrote:Thanks for the DLL.
I applied it and it fixes the issue.
Thanks very much.
I tested a css which has a related issue, which is not fixed.
This other css uses @import. An @font-face in the import defines a typeface. I get the unrecognised face name message there.


MikeGale wrote:On the update dialog. Yes I can reproduce it, or something very similar.
I just tried it again, this is the C version.
The checking for update progress dialog comes up. It runs for a long time.
I attempt to shut the dialog, no luck.
I attempt to shut CSE. It says exiting on title bar but doesn't exit. The progress dialog has gone.
I hit alt-Tab and get CSE back now with progress dialog on top back.
I kill CSE with Task Manager, which gives me a "not responding" message.


Albert Wiersch wrote:If anyone else is following this thread and using BETA 2B or 2C, is the Help->Check for Updates function working for you? Thanks!



Users browsing this forum: No registered users and 2 guests