diff options
| author | Jakub Narebski <jnareb@gmail.com> | 2009-11-25 01:45:15 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2009-11-25 00:04:39 -0800 |
| commit | 6aa2de51511bf847f6e69dfcfc9e7d977ef171a6 (patch) | |
| tree | 8b27dae504c324a1853033ea2dac94f1d40139cc /git-gui/lib/commit.tcl | |
| parent | gitweb.js: fix null object exception in initials calculation (diff) | |
| download | git-6aa2de51511bf847f6e69dfcfc9e7d977ef171a6.tar.gz git-6aa2de51511bf847f6e69dfcfc9e7d977ef171a6.zip | |
gitweb.js: Harden setting blamed commit info in incremental blame
Internet Explorer 8 stops at beginning of blame filling with the
following bug:
"firstChild is null or not an object"
at this line:
a_sha1.firstChild.data = commit.sha1.substr(0, 8);
It is (probably) caused by the fact that while a_sha1 element, which
looks like this:
<a href=""> </a>
It has a firstChild which is a text node containing only whitespace
(single space character) in other web browsers (Firefox 3.5, Opera 10,
Google Chrome 3.0), IE8 clobbers DOM, removing trailing/leading
whitespace.
Protect against this bug by creating text element if it does not
exist.
Found-by: Stephen Boyd <bebarino@gmail.com>
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-gui/lib/commit.tcl')
0 files changed, 0 insertions, 0 deletions
