OSDN Git Service

MSHTML VBufBackend: don't set updateAncestor on nodes from within collectAndUpdateTab...
authorMichael Curran <mick@kulgan.net>
Thu, 8 Nov 2012 03:03:37 +0000 (13:03 +1000)
committerMichael Curran <mick@kulgan.net>
Thu, 8 Nov 2012 03:03:37 +0000 (13:03 +1000)
commit272a020036bfd9857afc0333c7c07dbc12ee1932
tree0ab1f57798c74ee706431c01ef24f64509835ca7
parentd0e9429e08eb14bde5b0b60ccfbd20ebe52b0233
MSHTML VBufBackend: don't set updateAncestor on nodes from within collectAndUpdateTableInfo, instead do this separately further up in fillVBuf before the early return due to a node who's content should not be rendered (e.g. display:none). This allows table info to stay correct if part of a table goes from display:none to something visible.
nvdaHelper/vbufBackends/mshtml/mshtml.cpp