Difference between revisions of "AquaToDo"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Other known issues)
(Other known issues)
Line 57: Line 57:
 
Choosen fonts can appear in the listbox only after one char has been written // bad initialisation ?
 
Choosen fonts can appear in the listbox only after one char has been written // bad initialisation ?
  
New part verified working : when click on different fonts in the same sheets, the correct nam do appear (just refresh lacks)
+
'''New part verified working''' : when click on different fonts in the same sheets, the correct nam do appear (just refresh lacks)
  
  

Revision as of 22:53, 12 November 2006

All problems with the Aqua build should be noted here.

smsm1 is using Ericb2's build of 2006-10-15

Text Issues

  • No cursor (not implemented)
  • Multi line text : multiline sallayout to be implemented.

-> simple line works ( e.g. registration works)

  • Text editing

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
the size of the vcl textbox and the native textbox are different


Fonts

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 : when click on different fonts in the same sheets, the correct nam do appear (just refresh lacks)

Personal tools