Difference between revisions of "AquaToDo"

From Apache OpenOffice Wiki
Jump to: navigation, search
 
(9 intermediate revisions by one other user not shown)
Line 1: Line 1:
All problems with the Aqua build should be noted here.
+
All problems with the Aqua build should be entered into IZ with keyword "aqua"
  
smsm1 is using Ericb2's build of 2006-10-15
+
For a list of all aqua issues see  http://qa.openoffice.org/issues/buglist.cgi?keywords=aqua
  
==Text Issues==
 
  
* No cursor (not implemented)
 
 
* Multi line text : multiline sallayout to be implemented.
 
 
-> simple line works ( e.g.  registration works)
 
 
* Text editing
 
 
* Fonts seems to be systematically drawn as bold
 
 
* When the size of the sheet is modified, the font in the listbox does appear the same size -> getNativeControlText() will help to fix that
 
 
* Choosen fonts can appear in the listbox only after one char has been written // bad initialisation ?
 
 
'''New part verified working''' : clicking on different fonts in the same sheet, the correct name (and size !)  do appear (just refresh lacks because of redrawing issue)
 
 
==Keyboard issues==
 
 
[FIXME] : rewrite keyboard implementation Aqua adapted
 
even on french keyboard, en-US is used.
 
Only single keys are usable (a-z / A-Z).
 
No accented chars
 
 
[done] Some controls are missing : ismael implemented a lot ( not all ) of shortcuts + Apple key, even in the menus
 
 
==Re-drawing issues==
 
* Scroll bar buttons
 
* Text on scroll
 
* First launch (most of the window isn't properly drawn)
 
 
==Other known issues==
 
 
 
'''Crashes''' : when quit (log to be attached)
 
 
'''Native Filepicker''': not competely implemented
 
 
'''Native controls''' :
 
 
- [done] vcl control areas not correctly superposed with aqua areas on scrollbar
 
 
- when clicking on top of the blue slider, it jumps from half of its size in top direction (same for left)
 
 
- spin buttons not correctly drawn
 
 
- lisbox not drawn at all
 
 
- theme of windows still greyed (no aqua theme yet)
 
 
- several funky effects with bitmaps becuse of transparency
 
 
- listbox (fonts) :  when redrawing the window larger than a certain size, the font are not drawn anymore, because <br> the size of the vcl textbox and the native textbox are different
 
 
 
 
 
[[Category:MacOSX]]
 
 
[[Category:Aqua]]
 
[[Category:Aqua]]
[[Category:Porting]]
 

Latest revision as of 22:36, 26 June 2007

All problems with the Aqua build should be entered into IZ with keyword "aqua"

For a list of all aqua issues see http://qa.openoffice.org/issues/buglist.cgi?keywords=aqua

Personal tools