View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0037293 | Patches | IDE | public | 2020-07-02 15:47 | 2020-10-25 07:44 |
Reporter | Frans van Leeuwen | Assigned To | Ondrej Pokorny | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | unable to reproduce | ||
Product Version | 2.0.8 | ||||
Summary | 0037293: Files_options: fix Taborder | ||||
Description | just fixed TabOrder of items. The fix in r52633 isn't working in Lazarus 2.0.4 on Windows10 en in Lazarus 2.08 On WindowsXP. | ||||
Tags | No tags attached. | ||||
Fixed in Revision | |||||
LazTarget | - | ||||
Widgetset | Win32/Win64 | ||||
Attached Files |
|
duplicate of | 0031000 | resolved | Ondrej Pokorny | Files_options: fix Taborder |
|
files.diff (4,299 bytes)
Index: ide/frames/files_options.lfm =================================================================== --- ide/frames/files_options.lfm (revision 53433) +++ ide/frames/files_options.lfm (working copy) @@ -43,7 +43,7 @@ Width = 256 BorderSpacing.Top = 6 Caption = 'OpenLastProjectAtStartCheckBox' - TabOrder = 0 + TabOrder = 2 end object ShowCompileDialogCheckBox: TCheckBox AnchorSideLeft.Control = Owner @@ -57,7 +57,7 @@ BorderSpacing.Top = 2 Caption = 'ShowCompileDialogCheckBox' OnChange = ShowCompileDialogCheckBoxChange - TabOrder = 1 + TabOrder = 4 end object LazarusDirLabel: TLabel AnchorSideLeft.Control = Owner @@ -85,7 +85,7 @@ Anchors = [akTop, akRight, akBottom] Caption = '...' OnClick = DirectoriesButtonClick - TabOrder = 2 + TabOrder = 7 end object LazarusDirComboBox: TComboBox AnchorSideLeft.Control = Owner @@ -98,7 +98,7 @@ Width = 568 Anchors = [akTop, akLeft, akRight] ItemHeight = 0 - TabOrder = 3 + TabOrder = 6 Text = 'LazarusDirComboBox' end object CompilerPathComboBox: TComboBox @@ -112,7 +112,7 @@ Width = 568 Anchors = [akTop, akLeft, akRight] ItemHeight = 0 - TabOrder = 4 + TabOrder = 8 Text = 'CompilerPathComboBox' end object CompilerPathButton: TButton @@ -128,7 +128,7 @@ Anchors = [akTop, akRight, akBottom] Caption = '...' OnClick = FilesButtonClick - TabOrder = 5 + TabOrder = 9 end object CompilerPathLabel: TLabel AnchorSideLeft.Control = Owner @@ -153,7 +153,7 @@ Width = 568 Anchors = [akTop, akLeft, akRight] ItemHeight = 0 - TabOrder = 6 + TabOrder = 10 Text = 'FPCSourceDirComboBox' end object FPCSourceDirButton: TButton @@ -169,7 +169,7 @@ Anchors = [akTop, akRight, akBottom] Caption = '...' OnClick = DirectoriesButtonClick - TabOrder = 7 + TabOrder = 11 end object FPCSourceDirLabel: TLabel AnchorSideLeft.Control = Owner @@ -218,7 +218,7 @@ Width = 568 Anchors = [akTop, akLeft, akRight] ItemHeight = 0 - TabOrder = 8 + TabOrder = 12 Text = 'MakePathComboBox' end object MakePathButton: TButton @@ -234,7 +234,7 @@ Anchors = [akTop, akRight, akBottom] Caption = '...' OnClick = FilesButtonClick - TabOrder = 9 + TabOrder = 13 end object TestBuildDirComboBox: TComboBox AnchorSideLeft.Control = Owner @@ -247,7 +247,7 @@ Width = 568 Anchors = [akTop, akLeft, akRight] ItemHeight = 0 - TabOrder = 10 + TabOrder = 14 Text = 'TestBuildDirComboBox' end object TestBuildDirButton: TButton @@ -263,7 +263,7 @@ Anchors = [akTop, akRight, akBottom] Caption = '...' OnClick = DirectoriesButtonClick - TabOrder = 11 + TabOrder = 15 end object AutoCloseCompileDialogCheckBox: TCheckBox AnchorSideLeft.Control = ShowCompileDialogCheckBox @@ -276,7 +276,7 @@ Width = 261 BorderSpacing.Left = 30 Caption = 'AutoCloseCompileDialogCheckBox' - TabOrder = 12 + TabOrder = 5 end object CompilerTranslationFileLabel: TLabel AnchorSideLeft.Control = Owner @@ -308,7 +308,7 @@ OnClick = CompilerTranslationFileButtonClick ParentShowHint = False ShowHint = True - TabOrder = 13 + TabOrder = 17 end object CompilerTranslationFileComboBox: TComboBox AnchorSideLeft.Control = Owner @@ -323,7 +323,7 @@ ItemHeight = 0 ParentShowHint = False ShowHint = True - TabOrder = 14 + TabOrder = 16 Text = 'CompilerTranslationFileComboBox' end object lblCenter: TLabel @@ -348,7 +348,7 @@ Anchors = [akTop, akLeft, akRight] BorderSpacing.Right = 3 BorderSpacing.Around = 2 - TabOrder = 15 + TabOrder = 0 end object MaxRecentProjectFilesSpin: TSpinEdit AnchorSideLeft.Control = lblCenter @@ -363,7 +363,7 @@ Anchors = [akTop, akLeft, akRight] BorderSpacing.Left = 3 BorderSpacing.Around = 2 - TabOrder = 16 + TabOrder = 1 end object MultipleInstancesLabel: TLabel AnchorSideLeft.Control = Owner @@ -389,6 +389,6 @@ BorderSpacing.Top = 2 ItemHeight = 0 Style = csDropDownList - TabOrder = 17 + TabOrder = 3 end end |
|
Applied, thanks! |
|
@Ondrej: did you forget to change status to "resolved"? |
|
I didn't do anything - neither applied the patch nor wrote the message. It looks like somebody hacked mantis or my mantis profile. Strange is that there is no issue history entry for "my" comment. So it looks more to me that somebody hacked into mantis. I just changed my mantis password. |
|
Issue was cloned from 0031000: 2020-07-02 17:47 Frans van Leeuwen Issue cloned: 0037293 First two messages are copied from there but date of second setted to today. |
|
I simply resolved it as duplicate. |
|
I know this issue was cloned, I did it because the solution isn't working. So, the issue is not resolved. |
|
The problem was the use of the AnchorDockingDsgn. In that case it is necessary to dock the TabOrderdlg, that solves the problem. |
|
This issue makes no sense. Resolving. |
Date Modified | Username | Field | Change |
---|---|---|---|
2020-07-02 15:47 | Frans van Leeuwen | New Issue | |
2020-07-02 15:47 | Frans van Leeuwen | Issue generated from: 0031000 | |
2020-07-02 15:47 | Frans van Leeuwen | Note Added: 0123715 | |
2020-07-02 18:18 | Bart Broersma | Note Added: 0123716 | |
2020-07-02 18:18 | Bart Broersma | Assigned To | => Ondrej Pokorny |
2020-07-02 18:18 | Bart Broersma | Status | new => assigned |
2020-07-02 19:35 | Ondrej Pokorny | Note Added: 0123718 | |
2020-07-02 21:22 | FTurtle | Note Added: 0123720 | |
2020-07-02 21:23 | FTurtle | Note Edited: 0123720 | View Revisions |
2020-07-03 14:37 | Bart Broersma | Status | assigned => resolved |
2020-07-03 14:37 | Bart Broersma | Resolution | open => duplicate |
2020-07-03 14:37 | Bart Broersma | LazTarget | => - |
2020-07-03 14:37 | Bart Broersma | Widgetset | Win32/Win64 => Win32/Win64 |
2020-07-03 14:37 | Bart Broersma | Note Added: 0123725 | |
2020-07-03 14:37 | Bart Broersma | Relationship added | duplicate of 0031000 |
2020-07-18 09:29 | Frans van Leeuwen | Note Added: 0124140 | |
2020-07-30 10:45 | Frans van Leeuwen | Status | resolved => assigned |
2020-07-30 10:45 | Frans van Leeuwen | Resolution | duplicate => open |
2020-07-30 10:45 | Frans van Leeuwen | Note Added: 0124414 | |
2020-10-25 07:44 | Juha Manninen | Status | assigned => resolved |
2020-10-25 07:44 | Juha Manninen | Resolution | open => unable to reproduce |
2020-10-25 07:44 | Juha Manninen | Widgetset | Win32/Win64 => Win32/Win64 |
2020-10-25 07:44 | Juha Manninen | Note Added: 0126531 |