• 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
..
accessibility Loading commit data...
awt Loading commit data...
beans Loading commit data...
bridge Loading commit data...
chart Loading commit data...
configuration Loading commit data...
connection Loading commit data...
container Loading commit data...
datatransfer Loading commit data...
document Loading commit data...
drawing Loading commit data...
form Loading commit data...
formula Loading commit data...
frame Loading commit data...
i18n Loading commit data...
inspection Loading commit data...
io Loading commit data...
java Loading commit data...
lang Loading commit data...
linguistic2 Loading commit data...
loader Loading commit data...
presentation Loading commit data...
qadevooo Loading commit data...
reflection Loading commit data...
registry Loading commit data...
script Loading commit data...
sdb Loading commit data...
sdbc Loading commit data...
sdbcx Loading commit data...
sheet Loading commit data...
style Loading commit data...
system Loading commit data...
table Loading commit data...
task Loading commit data...
text Loading commit data...
ucb Loading commit data...
ui Loading commit data...
uno Loading commit data...
util Loading commit data...
view Loading commit data...
xml Loading commit data...