-
```
What steps will reproduce the problem?
1. Trying to export to excel, etc.
What is the expected output? What do you see instead?
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE …
-
```
What steps will reproduce the problem?
1. Trying to export to excel, etc.
What is the expected output? What do you see instead?
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE …
-
```
What steps will reproduce the problem?
1. Trying to export to excel, etc.
What is the expected output? What do you see instead?
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE …
-
```
What steps will reproduce the problem?
1. Trying to export to excel, etc.
What is the expected output? What do you see instead?
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE …
-
```
What steps will reproduce the problem?
1. Trying to export to excel, etc.
What is the expected output? What do you see instead?
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE …
-
```
What steps will reproduce the problem?
1. Trying to export to excel, etc.
What is the expected output? What do you see instead?
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE …
-
Version 2.5.6. TabView renders ListView the first time, but not upon changing tabs. If you tap on the page and pull down then content appears. See example: "https://youtube.com/shorts/TeRTr3C25F4"
…
-
```
CLR-Mode, you use an class, that has no baseclass(ok, it still inherits from
system.object, that ok), but you call:
System.Object.ctor.call(this)
This is not needed. (performance issue)
Greeti…
-
```
CLR-Mode, you use an class, that has no baseclass(ok, it still inherits from
system.object, that ok), but you call:
System.Object.ctor.call(this)
This is not needed. (performance issue)
Greeti…
-
```js
const pattern = context.createPattern(image, 'repeat');
pattern.setTransform() // `setTransform` is undefined.
// etc.
```
I checked the type definition, `setTransform` function is there…