View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001513 | NoesisGUI | C# SDK | public | 2019-07-03 19:37 | 2019-07-05 18:37 |
| Reporter | inedi | Assigned To | sfernandez | ||
| Priority | normal | Severity | minor | ||
| Status | resolved | Resolution | no change required | ||
| Product Version | 2.2.3 | ||||
| Summary | 0001513: UserControl IsTabStop not work | ||||
| Description | <UserControl .... will be comfortable if work like WPF tab stop for user control | ||||
| Steps To Reproduce | <UserControl ...
.... | ||||
| Platform | Any | ||||
|
Sorry, but I'm not understanding what is the problem here, UserControl.IsTabStop default value is already set to False, and user controls don't get focused because of that. |
|
|
user controls children's get focused if IsTabStop true and false on UserControl in WPF children's don't get focused if IsTabStop="False"on UserControl |
|
|
I just verified that WPF allows the keyboard focus to move inside the UserControl children when pressing the Tab key, even if IsTabStop property is set to false in the UserControl. |
|
|
yes, thank you, i just rechecked the WPF project Excuse for troubling ) |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2019-07-03 19:37 | inedi | New Issue | |
| 2019-07-03 19:37 | inedi | Tag Attached: xaml | |
| 2019-07-05 12:54 | sfernandez | Assigned To | => sfernandez |
| 2019-07-05 12:54 | sfernandez | Status | new => feedback |
| 2019-07-05 12:54 | sfernandez | Note Added: 0005807 | |
| 2019-07-05 12:55 | sfernandez | Note Edited: 0005807 | |
| 2019-07-05 14:57 | inedi | Note Added: 0005808 | |
| 2019-07-05 14:57 | inedi | Status | feedback => assigned |
| 2019-07-05 16:32 | sfernandez | Status | assigned => feedback |
| 2019-07-05 16:32 | sfernandez | Note Added: 0005809 | |
| 2019-07-05 17:51 | inedi | Note Added: 0005811 | |
| 2019-07-05 17:51 | inedi | Status | feedback => assigned |
| 2019-07-05 18:37 | sfernandez | Status | assigned => resolved |
| 2019-07-05 18:37 | sfernandez | Resolution | open => no change required |