• Stephan Bergmann's avatar
    Skip broken character bounds checks on Mac OS X · 42f1f1f5
    Stephan Bergmann yazdı
    ...where for whatever reason (TODO: investigate) they keep failing at least with
    my local Mac OS X 10.7 build at
    toolkit.AccessibleFixedText::com::sun::star::accessibility::XAccessibleText:
    
    LOG> getCharacterBounds(-1)
    LOG> Expected exception
    LOG> getCharacterBounds(8)
    LOG> Expected exception
    LOG> getCharacterBounds(0)
    LOG> Text at this place: F
    LOG> Character bounds outside component
    LOG> Character rect: 1, 3, 6, 11
    LOG> Component rect: 0, 22, 100, 12
    LOG> getCharacterBounds(1)
    LOG> Text at this place: x
    LOG> Character bounds outside component
    LOG> Character rect: 6, 6, 10, 8
    LOG> Component rect: 0, 22, 100, 12
    LOG> getCharacterBounds(2)
    LOG> Text at this place: e
    LOG> Character bounds outside component
    LOG> Character rect: 15, 6, 7, 8
    LOG> Component rect: 0, 22, 100, 12
    LOG> getCharacterBounds(3)
    LOG> Text at this place: d
    LOG> Character bounds outside component
    LOG> Character rect: 22, 3, 7, 11
    LOG> Component rect: 0, 22, 100, 12
    LOG> getCharacterBounds(4)
    LOG> Text at this place: T
    LOG> Character bounds outside component
    LOG> Character rect: 30, 3, 8, 11
    LOG> Component rect: 0, 22, 100, 12
    LOG> getCharacterBounds(5)
    LOG> Text at this place: e
    LOG> Character bounds outside component
    LOG> Character rect: 39, 6, 7, 8
    LOG> Component rect: 0, 22, 100, 12
    LOG> getCharacterBounds(6)
    LOG> Text at this place: x
    LOG> Character bounds outside component
    LOG> Character rect: 45, 6, 10, 8
    LOG> Component rect: 0, 22, 100, 12
    
    Change-Id: I690ffc773b53e0f19536605e3cb89280bc98c19a
    42f1f1f5
Adı
Son kayıt (commit)
Son güncelleme
..
objdsc Loading commit data...
prj Loading commit data...
qa Loading commit data...
runner Loading commit data...
testdocs Loading commit data...
tests/java Loading commit data...
Jar_OOoRunner.mk Loading commit data...
Jar_OOoRunnerLight.mk Loading commit data...
JunitTest_qadevOOo_unoapi.mk Loading commit data...
Makefile Loading commit data...
Module_qadevOOo.mk Loading commit data...
README Loading commit data...