I tried to reproduce your steps on FF 18.0.1 + FB 1.11.1 on Win8 and I still can't reproduce your issue.
6.go to function NamedTimeStringToDTime and put breakpoints on every > instance of GetIntegerKeywordPair() and StringDateTimeToDTime(). 174, 978, > 1850,1851,1882,1883, 1937,1945,1949,1956,1958,1967,1975,1979,1989,1997, > 2012,2020,2024,2043, I assume these numbers should be the line numbers of the calls to GetIntegerKeywordPair() and StringDateTimeToDTime(). Though the only calls to these functions are in line 1920, 1940, 1970, 1992 and 2015. Anyway, I assume your problem doesn't lie in the slowness of your PC but may be caused by problems related to your graphics card. So please turn off hardware acceleration by unchecking *Tools > Options > Advanced > General > Use hardware acceleration when available*. Does the problem go away? If not, please update your graphics card driver and try it again with and without that option being checked. Sebastian -- -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at https://groups.google.com/forum/#!forum/firebug --- You received this message because you are subscribed to the Google Groups "Firebug" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
