Issue 118696 - No refresh when Sheet tab color is changed by API
Summary: No refresh when Sheet tab color is changed by API
Status: CLOSED FIXED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: PC Windows XP
: P5 (lowest) Normal
Target Milestone: ---
Assignee: Ariel Constenla-Haile
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-26 17:52 UTC by bmarcelly
Modified: 2013-02-24 21:07 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description bmarcelly 2011-12-26 17:52:25 UTC
This Basic code changes the color of a sheet tab to Red :

Su Main
Dim sh As Object
sh = ThisComponent.Sheets(1)
sh.TabColor = RGB(255,0,0)
End Sub

Display any sheet, run the macro.
After execution the tab of Sheet 1 has not changed color.
Display another sheet : now the modified tab appears Red.
Conclusion : after a change by API, the display is not refreshed.
Comment 1 Ariel Constenla-Haile 2011-12-29 04:36:42 UTC
Fixed with revision 1225428
Comment 2 Ariel Constenla-Haile 2012-05-12 23:24:37 UTC
@bmarcelly: Apache OpenOffice 3.4 has been released. Could you please verify this issue is solved in the current release? You can download Apache OpenOffice from http://www.openoffice.org/download
Comment 3 bmarcelly 2012-05-15 06:55:31 UTC
Tested on AOO 3.4 : OK now.
Comment 4 bmarcelly 2012-05-15 06:56:22 UTC
Closing.