Issues fixed in 3.63
All/Core
- HighDPI support for installer
- Document.Surface.G.GetFont sometimes return nil when using GDI+ canvas.
- Memory leak in THtImage
- Issue with documents containing lot of nested tables (>20)
- AdaptiveZoom not work as expected on mobiles
- Memory leak in TIFrameElement.LoadImage
- Non-escaped & in attibute breaks layout.
- Missed # before hex color causes overflow error.
- Table cell align attribute affects text align of nested elements.
- CSS background center position.
- Wrong meta tag content when using OuterHTML
- TableElement.InsertRow doesn't work for first row
- Range check when CSS color contains spaces, f.e. border-color: LightGrey Light Grey Grey Grey
- AV when installing packages into Delphi 6.
- overflow-x scrollbar has incorrect width.
- Changes to THtLabel font are not displayed immediately.
- Abstract Error in Delphi 6.
- Delphi 5-2007 in WIDESTRINGS mode: backspace works incorrectly when deleting unicode symbols.
- Delphi 5-2007 in WIDESTRINGS mode: Unicode text is copied to clipboard as ANSI
- FMX: AV when HtPanel/Editor is placed on tab with transition effect.
- Chinese text is copied into clipboard incorrectly
- 'initial' value support for CSS line-height propeprty
- CSS word-break: break-all support for chinese text.
- SaveFileAnsi not preserve original codepage.
- HTML Title located before charset is decoded incorrectly.
- Event proparation is not stopped (unlike browsers do) when clicking link ( element)
- SetAttribute('class') not triggers StyleChanged method.
- TTableElement.AsCSV - values contains spaces before numbers and are treated as text by Excel.
- Table columns are resized after first repaint.
- GDI canvas: some unicode symbols are dislayed incorrectly.
- Incorrect table border size in print preview when using GDI canvas
- Printing is not cancelled when print driver displays dialog (f.e. XPS) and user press cancel.
- Dynamically created HtListBox not works as expected.
- Text is displayed with ellipsis even whent there is enough space
- GDI canvas - text is displayed at incorrect position after zoom
- Table with colgroup has incorrect column widths at first paint.
- Table header is shifted in print preview when using GDI+ canvas.
- Table with border="1" attribute has border around table.
- FMX/NextGen: textarea is not destroyed with HtPanmel/Editor
- DoGetUrl has checks for ':' on iOS/Android platforms.
- FiletoStr not work correctly on NEXTGEN platforms.
- FMX: Setting value for input element has no effect when calling before first paing.
- Artefacts (pixelization) when scrolling zoomed panel.
- CSS zoom works incorrect when using percents.
Editor
- Cut/Copy not work as expected on Android
- "Auto" not works in editor color dialog.
- Some editor actions are not disabled when editor is in read-only mode
- THtDBHtmlEditor - caret jumps to start when pressing key in editor which is in browse mode.
- On iOS keyboard is shown after zoom
- Caret not placed correctly after zoom.
- FMX/OSX pasted image is not shown.
- FMX/OSX setting Editor.WantTabs leads to catching all form Tab events.
- FMX: Selection is cleared when editor get focus.
- Ctrl+C is catched by unfocused editor
- Text after a table jumps iside the table after pressing DEL button at the end
- Pressing
, , un-bold the text - THtFileOpen action doesn't trigger edit mode for dataset linked to TDBHtmlEditor
- AV in TDBHtmlEditor.BeginEditing when editor is created at runtime
- FMX: Shift+enter moves cursor down, but after typing it is moved up.
- Space is removed at line end after applying text style (f.e. bold)
- Converting text inside table cell into list works incorrectly
- AV on HtAddictCheckEditor
- Various issues when Editor is used inside DLL
- FMX: AV when entering text after "select all"
- Undo not working for first word autocapitalization
- On Delphi 2007-2010 + Polish keyboard layout, AltGR + 2 set header level instead of displaying @ symbol, becase of bug in VCL IsAltGRPressed function.
- FMX AV when editor is destroyed.
- FMX memory leak (TCaret).
- AV when deleting selection which contans table and text below/above
- TDOCXConverter - images with relative path ('../') are not processed.
- Setting WordCorrection to false doesn't affect first word capitalization.
- FMX/Android: On GBoard keyboard enter not works as expected.
Reports
- Images sometimes are encoded incorrectly into base64 format.
- 3d value is ignored by pie chart
- Axes names not shown for single series.
Scripter
- Invalid class typecast on iOS simulator.
- Invalid class typecast in NextGen when calling methods returning object via Objectnvoke (possible bug in RTL)
- Declaration of several variables of the same type causes error.