Skip to content
Snippets Groups Projects
Commit c78c8ed7 authored by Manuel Geyer's avatar Manuel Geyer
Browse files

Commit

parent da2252cf
No related branches found
No related tags found
No related merge requests found
...@@ -43,17 +43,17 @@ ...@@ -43,17 +43,17 @@
{ {
"logicalLocations": [ "logicalLocations": [
{ {
"fullyQualifiedName": "Screen1.ConFkt1.SendMail1.FocusedBorderThickness" "fullyQualifiedName": "Screen1.ConFkt1.SendMail1.TabIndex"
} }
], ],
"physicalLocation": { "physicalLocation": {
"address": { "address": {
"fullyQualifiedName": "Screen1.ConFkt1.SendMail1.FocusedBorderThickness", "fullyQualifiedName": "Screen1.ConFkt1.SendMail1.TabIndex",
"relativeAddress": 0 "relativeAddress": 0
} }
}, },
"properties": { "properties": {
"member": "FocusedBorderThickness", "member": "TabIndex",
"module": "Screen1", "module": "Screen1",
"type": "Screen1.ConFkt1.SendMail1" "type": "Screen1.ConFkt1.SendMail1"
} }
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
"properties": { "properties": {
"level": "Medium" "level": "Medium"
}, },
"ruleId": "acc-FocusBorderShouldBeVisible", "ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl",
"ruleIndex": 1 "ruleIndex": 1
}, },
{ {
...@@ -73,17 +73,17 @@ ...@@ -73,17 +73,17 @@
{ {
"logicalLocations": [ "logicalLocations": [
{ {
"fullyQualifiedName": "Screen1.ConFkt1.SendMail1.TabIndex" "fullyQualifiedName": "Screen1.ConFkt1.SendMail1.FocusedBorderThickness"
} }
], ],
"physicalLocation": { "physicalLocation": {
"address": { "address": {
"fullyQualifiedName": "Screen1.ConFkt1.SendMail1.TabIndex", "fullyQualifiedName": "Screen1.ConFkt1.SendMail1.FocusedBorderThickness",
"relativeAddress": 0 "relativeAddress": 0
} }
}, },
"properties": { "properties": {
"member": "TabIndex", "member": "FocusedBorderThickness",
"module": "Screen1", "module": "Screen1",
"type": "Screen1.ConFkt1.SendMail1" "type": "Screen1.ConFkt1.SendMail1"
} }
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
"properties": { "properties": {
"level": "Medium" "level": "Medium"
}, },
"ruleId": "acc-TabIndexShouldBeDefinedForInteractiveControl", "ruleId": "acc-FocusBorderShouldBeVisible",
"ruleIndex": 2 "ruleIndex": 2
}, },
{ {
...@@ -186,24 +186,24 @@ ...@@ -186,24 +186,24 @@
"level": "Medium" "level": "Medium"
}, },
"ruleId": "acc-FocusBorderShouldBeVisible", "ruleId": "acc-FocusBorderShouldBeVisible",
"ruleIndex": 1 "ruleIndex": 2
}, },
{ {
"locations": [ "locations": [
{ {
"logicalLocations": [ "logicalLocations": [
{ {
"fullyQualifiedName": "Screen1.ConFkt1.Creativity1.TabIndex" "fullyQualifiedName": "Screen1.ConFkt1.Creativity1.ShowLabel"
} }
], ],
"physicalLocation": { "physicalLocation": {
"address": { "address": {
"fullyQualifiedName": "Screen1.ConFkt1.Creativity1.TabIndex", "fullyQualifiedName": "Screen1.ConFkt1.Creativity1.ShowLabel",
"relativeAddress": 0 "relativeAddress": 0
} }
}, },
"properties": { "properties": {
"member": "TabIndex", "member": "ShowLabel",
"module": "Screen1", "module": "Screen1",
"type": "Screen1.ConFkt1.Creativity1" "type": "Screen1.ConFkt1.Creativity1"
} }
...@@ -213,10 +213,10 @@ ...@@ -213,10 +213,10 @@
"id": "issue" "id": "issue"
}, },
"properties": { "properties": {
"level": "Low" "level": "Medium"
}, },
"ruleId": "acc-TabOrderShouldBeChecked", "ruleId": "acc-HelpfulControlSettingNeeded",
"ruleIndex": 4 "ruleIndex": 5
}, },
{ {
"locations": [ "locations": [
...@@ -253,17 +253,17 @@ ...@@ -253,17 +253,17 @@
{ {
"logicalLocations": [ "logicalLocations": [
{ {
"fullyQualifiedName": "Screen1.ConFkt1.Creativity1.ShowLabel" "fullyQualifiedName": "Screen1.ConFkt1.Creativity1.TabIndex"
} }
], ],
"physicalLocation": { "physicalLocation": {
"address": { "address": {
"fullyQualifiedName": "Screen1.ConFkt1.Creativity1.ShowLabel", "fullyQualifiedName": "Screen1.ConFkt1.Creativity1.TabIndex",
"relativeAddress": 0 "relativeAddress": 0
} }
}, },
"properties": { "properties": {
"member": "ShowLabel", "member": "TabIndex",
"module": "Screen1", "module": "Screen1",
"type": "Screen1.ConFkt1.Creativity1" "type": "Screen1.ConFkt1.Creativity1"
} }
...@@ -273,10 +273,10 @@ ...@@ -273,10 +273,10 @@
"id": "issue" "id": "issue"
}, },
"properties": { "properties": {
"level": "Medium" "level": "Low"
}, },
"ruleId": "acc-HelpfulControlSettingNeeded", "ruleId": "acc-TabOrderShouldBeChecked",
"ruleIndex": 5 "ruleIndex": 4
}, },
{ {
"locations": [ "locations": [
...@@ -392,37 +392,37 @@ ...@@ -392,37 +392,37 @@
} }
}, },
{ {
"id": "acc-FocusBorderShouldBeVisible", "id": "acc-TabIndexShouldBeDefinedForInteractiveControl",
"messageStrings": { "messageStrings": {
"issue": { "issue": {
"text": "Focus isn't showing" "text": "Missing tab stop"
} }
}, },
"properties": { "properties": {
"componentType": "app", "componentType": "app",
"howToFix": [ "howToFix": [
"Change the FocusedBorderThickness property to be more than 0." "Set TabIndex to 0 or greater to ensure that interactive elements have a tab stop."
], ],
"level": "Medium", "level": "Medium",
"primaryCategory": "accessibility", "primaryCategory": "accessibility",
"whyFix": "If the focus isn't visible, people who don't use a mouse won't be able to see it when they're interacting with the app." "whyFix": "People who use the keyboard with your app will not be able to access this element without a tab stop."
} }
}, },
{ {
"id": "acc-TabIndexShouldBeDefinedForInteractiveControl", "id": "acc-FocusBorderShouldBeVisible",
"messageStrings": { "messageStrings": {
"issue": { "issue": {
"text": "Missing tab stop" "text": "Focus isn't showing"
} }
}, },
"properties": { "properties": {
"componentType": "app", "componentType": "app",
"howToFix": [ "howToFix": [
"Set TabIndex to 0 or greater to ensure that interactive elements have a tab stop." "Change the FocusedBorderThickness property to be more than 0."
], ],
"level": "Medium", "level": "Medium",
"primaryCategory": "accessibility", "primaryCategory": "accessibility",
"whyFix": "People who use the keyboard with your app will not be able to access this element without a tab stop." "whyFix": "If the focus isn't visible, people who don't use a mouse won't be able to see it when they're interacting with the app."
} }
}, },
{ {
......
...@@ -6,27 +6,27 @@ ...@@ -6,27 +6,27 @@
"6ca9d7c2-f54d-418a-aa75-1937d061df3b": 19, "6ca9d7c2-f54d-418a-aa75-1937d061df3b": 19,
"App": 1, "App": 1,
"Banlabel1": 6, "Banlabel1": 6,
"chatbox1": 9, "chatbox1": 10,
"chatboxhtml": 24, "chatboxhtml": 9,
"ConBan": 5, "ConBan": 5,
"ConFkt1": 10, "ConFkt1": 11,
"ConResp": 8, "ConResp": 8,
"ConSend": 15, "ConSend": 16,
"Creativity1": 14, "Creativity1": 15,
"Eraser1": 13, "Eraser1": 14,
"Fktlabel1": 11, "Fktlabel1": 12,
"Host": 3, "Host": 3,
"Logo": 7, "Logo": 7,
"Screen1": 4, "Screen1": 4,
"send1": 17, "send1": 18,
"SendMail1": 12, "SendMail1": 13,
"Test_7F478737223C4B69": 2, "Test_7F478737223C4B69": 2,
"textinput1": 16 "textinput1": 17
}, },
"DoesTestStepsMetadataExist": true, "DoesTestStepsMetadataExist": true,
"FunctionParamsInvariantScripts": {}, "FunctionParamsInvariantScripts": {},
"FunctionParamsInvariantScriptsOnInstances": {}, "FunctionParamsInvariantScriptsOnInstances": {},
"HeaderLastSavedDateTimeUTC": "01/15/2024 13:56:08", "HeaderLastSavedDateTimeUTC": "01/16/2024 08:05:05",
"IsLegacyComponentAllowGlobalScopeCase": false, "IsLegacyComponentAllowGlobalScopeCase": false,
"LocalConnectionIDReferences": { "LocalConnectionIDReferences": {
"14dd137e-3796-47e0-b40f-9268bee25980": "\"/providers/microsoft.powerapps/apis/shared_logicflows/connections/ec84356e395faa1b0fdf1c7e126b562e-c1654a69e558fc9f\"", "14dd137e-3796-47e0-b40f-9268bee25980": "\"/providers/microsoft.powerapps/apis/shared_logicflows/connections/ec84356e395faa1b0fdf1c7e126b562e-c1654a69e558fc9f\"",
...@@ -41,8 +41,8 @@ ...@@ -41,8 +41,8 @@
"rbb-logo": "0002.jpg" "rbb-logo": "0002.jpg"
}, },
"LocalResourceRootPaths": { "LocalResourceRootPaths": {
"ard-logo": "https://docserverpwaprodneu.blob.core.windows.net/4a2449bc-0e2e-4fcf-b986-faad1984a895-1/resource/Assets0Images00001.png?skoid=58690ece-ec83-4ce2-9ce8-883d4d6a54ee&sktid=975f013f-7f24-47e8-a7d3-abc4752bf346&skt=2024-01-15T06%3A40%3A58Z&ske=2024-01-16T06%3A55%3A58Z&sks=b&skv=2022-11-02&sv=2022-11-02&spr=https&se=2024-01-16T06%3A55%3A58Z&sr=b&sp=r&sig=atXEozzq0DyHScSO4O4z2nDXZGYZAM4QcyYxWhFPHZY%3D", "ard-logo": "https://docserverpwaprodweu.blob.core.windows.net/42293ab1-dd3b-4635-8257-bafbe94eb595-1/resource/Assets0Images00001.png?skoid=58690ece-ec83-4ce2-9ce8-883d4d6a54ee&sktid=975f013f-7f24-47e8-a7d3-abc4752bf346&skt=2024-01-16T08%3A04%3A08Z&ske=2024-01-17T08%3A19%3A08Z&sks=b&skv=2022-11-02&sv=2022-11-02&spr=https&se=2024-01-17T08%3A19%3A08Z&sr=b&sp=r&sig=46AdBkuAfNn3rlYqfOdVAdKA4b9NG0UR%2FKE9ADvnuTo%3D",
"rbb-logo": "https://docserverpwaprodneu.blob.core.windows.net/4a2449bc-0e2e-4fcf-b986-faad1984a895-1/resource/Assets0Images00002.jpg?skoid=58690ece-ec83-4ce2-9ce8-883d4d6a54ee&sktid=975f013f-7f24-47e8-a7d3-abc4752bf346&skt=2024-01-15T06%3A40%3A58Z&ske=2024-01-16T06%3A55%3A58Z&sks=b&skv=2022-11-02&sv=2022-11-02&spr=https&se=2024-01-16T06%3A55%3A58Z&sr=b&sp=r&sig=FT%2F2q8zpdcE9O7nUpOsiDFXJezOnpYJUhLSvgL3MoUY%3D" "rbb-logo": "https://docserverpwaprodweu.blob.core.windows.net/42293ab1-dd3b-4635-8257-bafbe94eb595-1/resource/Assets0Images00002.jpg?skoid=58690ece-ec83-4ce2-9ce8-883d4d6a54ee&sktid=975f013f-7f24-47e8-a7d3-abc4752bf346&skt=2024-01-16T08%3A04%3A08Z&ske=2024-01-17T08%3A19%3A08Z&sks=b&skv=2022-11-02&sv=2022-11-02&spr=https&se=2024-01-17T08%3A19%3A08Z&sr=b&sp=r&sig=aoXbwAgXlBrnL1jJy47Rrqz%2BC%2FO1eMfX0UVOlvP%2F%2BsM%3D"
}, },
"OrderComponentMetadata": {}, "OrderComponentMetadata": {},
"OrderComponentTemplate": {}, "OrderComponentTemplate": {},
...@@ -117,7 +117,7 @@ ...@@ -117,7 +117,7 @@
"RuleScreenIdWithoutScreen": {}, "RuleScreenIdWithoutScreen": {},
"TemplateVersions": {}, "TemplateVersions": {},
"VolatileProperties": { "VolatileProperties": {
"AnalysisLoadTime": 0.1128137, "AnalysisLoadTime": 0.1234598,
"ControlCount": { "ControlCount": {
"groupContainer": 4, "groupContainer": 4,
"htmlViewer": 1, "htmlViewer": 1,
...@@ -125,10 +125,12 @@ ...@@ -125,10 +125,12 @@
"image": 1, "image": 1,
"label": 2, "label": 2,
"screen": 1, "screen": 1,
"text": 3, "TestCase": 1,
"TestSuite": 1,
"text": 2,
"toggleSwitch": 1 "toggleSwitch": 1
}, },
"DeserializationLoadTime": 2.1618531 "DeserializationLoadTime": 2.1815544
}, },
"WasLocalDatabaseReferencesEmpty": true "WasLocalDatabaseReferencesEmpty": true
} }
\ No newline at end of file
...@@ -4,37 +4,37 @@ ...@@ -4,37 +4,37 @@
"IsLocalBuild": false "IsLocalBuild": false
}, },
"ClientPerFileChecksums": { "ClientPerFileChecksums": {
"AppCheckerResult.sarif": "C8_B7QS9IAuh4ZQDqU9CuerBDTo+JJ6k5lRsJWHDfDdz/U=", "AppCheckerResult.sarif": "C8_/9BWjPVW3+/ezylyR5SQ7uoCFXvUHk3ZOnwPmzpDJAc=",
"AppTests\\2.json": "C8_omA4KVA0ye8qkU+fMWC8nSkoW42AEHM4XBnnYkUJCys=", "AppTests\\2.json": "C8_omA4KVA0ye8qkU+fMWC8nSkoW42AEHM4XBnnYkUJCys=",
"Assets\\Images\\0001.png": "C8_D0WGiAaxVuIcUWpkdQuVcyQy/gSJZuMRDwL63zxJhAk=", "Assets\\Images\\0001.png": "C8_D0WGiAaxVuIcUWpkdQuVcyQy/gSJZuMRDwL63zxJhAk=",
"Assets\\Images\\0002.jpg": "C8_Tc/HGdQ62xbtBm/41G1l7DIpMm/RT0cgmhtJyanyURs=", "Assets\\Images\\0002.jpg": "C8_Tc/HGdQ62xbtBm/41G1l7DIpMm/RT0cgmhtJyanyURs=",
"Controls\\1.json": "C8_/PwNEU6dV00x9Xr4Yt93zX1EmsxAh36PVgOdFy9WD8g=", "Controls\\1.json": "C8_/PwNEU6dV00x9Xr4Yt93zX1EmsxAh36PVgOdFy9WD8g=",
"Controls\\4.json": "C8_XmZEkEaD6KKCd/DUDJ/bHS/Vo07Tw73NCKq+TtL/iyI=", "Controls\\4.json": "C8_7aZrUs6/h7dDerqkYXux//F9C2ckBKyHoezM7F8N830=",
"Header.json": "C8_YC3wjbl4PovtQ5pMusu/dBENHwjbO4dRvyniWSTYxPs=", "Header.json": "C8_TZDISpdXgqBDLwxwVoZWvzZatwefXVTEUbm+FrF/7b8=",
"Properties.json": "C8_Fia2ueuqd57Bi1j6LeDiXd9HISOlHOn61jyFAZhizL4=", "Properties.json": "C8_+mLx/rbrnxxWwGMrAQEH0SnlETv4k4boFvK+YJpyQjo=",
"References\\DataSources.json": "C8_j1tKKAOYDTkGHfiN7TTDXqWDGAT05nDhkMTD/v32als=", "References\\DataSources.json": "C8_j1tKKAOYDTkGHfiN7TTDXqWDGAT05nDhkMTD/v32als=",
"References\\ModernThemes.json": "C8_KDQJ/3t27vgKx25iCQB/PGqxkWE34ZB7Eyb+RxNxY0k=", "References\\ModernThemes.json": "C8_KDQJ/3t27vgKx25iCQB/PGqxkWE34ZB7Eyb+RxNxY0k=",
"References\\Resources.json": "C8_UMTMqs1BZIxG/WCVvgkZm/xMB/Clxy5pUBUMWVF0nQY=", "References\\Resources.json": "C8_ijTFVgdxwr9oSIuSI5Dyds7fziMYi5qKNaRR9C2yiQo=",
"References\\Templates.json": "C8_3Ww4szJIRkOM5XYjrrcfTagI+vAz0yk7R/L/qw0YjPE=", "References\\Templates.json": "C8_3Ww4szJIRkOM5XYjrrcfTagI+vAz0yk7R/L/qw0YjPE=",
"References\\Themes.json": "C8_zuMgLpz3IJQlVgGqo3GtyhriL3PR35GxXf+rtPR4Gfc=", "References\\Themes.json": "C8_zuMgLpz3IJQlVgGqo3GtyhriL3PR35GxXf+rtPR4Gfc=",
"Resources\\PublishInfo.json": "C8_L9UhOWDoS/LUj0KodcbQiXLqewg00O5iSZA4+bCdTGs=" "Resources\\PublishInfo.json": "C8_L9UhOWDoS/LUj0KodcbQiXLqewg00O5iSZA4+bCdTGs="
}, },
"ClientStampedChecksum": "C8_EUlaEjw+nslXDeJLwTR/AaKfy2b6SSpKPR41/e1hmxM=", "ClientStampedChecksum": "C8_+nKvHJq+j3gBGMq3LRjcpvJbroRArVz+YjFnwjVcVSA=",
"ServerPerFileChecksums": { "ServerPerFileChecksums": {
"AppCheckerResult.sarif": "C8_B7QS9IAuh4ZQDqU9CuerBDTo+JJ6k5lRsJWHDfDdz/U=", "AppCheckerResult.sarif": "C8_/9BWjPVW3+/ezylyR5SQ7uoCFXvUHk3ZOnwPmzpDJAc=",
"AppTests\\2.json": "C8_omA4KVA0ye8qkU+fMWC8nSkoW42AEHM4XBnnYkUJCys=", "AppTests\\2.json": "C8_omA4KVA0ye8qkU+fMWC8nSkoW42AEHM4XBnnYkUJCys=",
"Assets\\Images\\0001.png": "C8_D0WGiAaxVuIcUWpkdQuVcyQy/gSJZuMRDwL63zxJhAk=", "Assets\\Images\\0001.png": "C8_D0WGiAaxVuIcUWpkdQuVcyQy/gSJZuMRDwL63zxJhAk=",
"Assets\\Images\\0002.jpg": "C8_Tc/HGdQ62xbtBm/41G1l7DIpMm/RT0cgmhtJyanyURs=", "Assets\\Images\\0002.jpg": "C8_Tc/HGdQ62xbtBm/41G1l7DIpMm/RT0cgmhtJyanyURs=",
"Controls\\1.json": "C8_/PwNEU6dV00x9Xr4Yt93zX1EmsxAh36PVgOdFy9WD8g=", "Controls\\1.json": "C8_/PwNEU6dV00x9Xr4Yt93zX1EmsxAh36PVgOdFy9WD8g=",
"Controls\\4.json": "C8_XmZEkEaD6KKCd/DUDJ/bHS/Vo07Tw73NCKq+TtL/iyI=", "Controls\\4.json": "C8_7aZrUs6/h7dDerqkYXux//F9C2ckBKyHoezM7F8N830=",
"Header.json": "C8_YC3wjbl4PovtQ5pMusu/dBENHwjbO4dRvyniWSTYxPs=", "Header.json": "C8_TZDISpdXgqBDLwxwVoZWvzZatwefXVTEUbm+FrF/7b8=",
"Properties.json": "C8_Fia2ueuqd57Bi1j6LeDiXd9HISOlHOn61jyFAZhizL4=", "Properties.json": "C8_+mLx/rbrnxxWwGMrAQEH0SnlETv4k4boFvK+YJpyQjo=",
"References\\DataSources.json": "C8_j1tKKAOYDTkGHfiN7TTDXqWDGAT05nDhkMTD/v32als=", "References\\DataSources.json": "C8_j1tKKAOYDTkGHfiN7TTDXqWDGAT05nDhkMTD/v32als=",
"References\\ModernThemes.json": "C8_KDQJ/3t27vgKx25iCQB/PGqxkWE34ZB7Eyb+RxNxY0k=", "References\\ModernThemes.json": "C8_KDQJ/3t27vgKx25iCQB/PGqxkWE34ZB7Eyb+RxNxY0k=",
"References\\Resources.json": "C8_UMTMqs1BZIxG/WCVvgkZm/xMB/Clxy5pUBUMWVF0nQY=", "References\\Resources.json": "C8_ijTFVgdxwr9oSIuSI5Dyds7fziMYi5qKNaRR9C2yiQo=",
"References\\Templates.json": "C8_3Ww4szJIRkOM5XYjrrcfTagI+vAz0yk7R/L/qw0YjPE=", "References\\Templates.json": "C8_3Ww4szJIRkOM5XYjrrcfTagI+vAz0yk7R/L/qw0YjPE=",
"References\\Themes.json": "C8_zuMgLpz3IJQlVgGqo3GtyhriL3PR35GxXf+rtPR4Gfc=", "References\\Themes.json": "C8_zuMgLpz3IJQlVgGqo3GtyhriL3PR35GxXf+rtPR4Gfc=",
"Resources\\PublishInfo.json": "C8_L9UhOWDoS/LUj0KodcbQiXLqewg00O5iSZA4+bCdTGs=" "Resources\\PublishInfo.json": "C8_L9UhOWDoS/LUj0KodcbQiXLqewg00O5iSZA4+bCdTGs="
}, },
"ServerStampedChecksum": "C8_EUlaEjw+nslXDeJLwTR/AaKfy2b6SSpKPR41/e1hmxM=" "ServerStampedChecksum": "C8_+nKvHJq+j3gBGMq3LRjcpvJbroRArVz+YjFnwjVcVSA="
} }
\ No newline at end of file
...@@ -272,7 +272,7 @@ Screen1 As screen: ...@@ -272,7 +272,7 @@ Screen1 As screen:
!IsBlank(textinput1.Text), !IsBlank(textinput1.Text),
Set( Set(
varResp, varResp,
varResp & Char(10) & textinput1.Text & Char(10) & Char(10) & "Assistent: "& Char(10) & ConnectAzureOpenai.Run( varResp & Char(10) & "You: "& textinput1.Text & Char(10) & Char(10) & "Assistent: "& Char(10) & ConnectAzureOpenai.Run(
textinput1.Text, textinput1.Text,
Creativity Creativity
).assi & Char(10) ).assi & Char(10)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment