-
-
如果在新场景初始化的时候 同时初始化uiwidgets,可以感觉到明显卡顿
1.使用WidgetsApp 页面无图片 无逻辑加载uiwidgets耗时167ms。
2.如果使用MaterialApp 且逻辑复杂,图片资源大的话,可能耗时400ms以上
![5FB65C575DAD24374F46F7F7C8EF017A](https://user-images.githubuserco…
-
SQL:
```sql
-- Table c1000 has 1000 columns
-- Table c10 has 10 columns
SELECT * FROM c1000 t1 WHERE (SELECT COUNT(*) FROM c10 t2 WHERE t1.col0 = t2.col0) > 2;
```
Stacktrace:
```
com.google.common.u…
-
### Preconditions and environment
- Magento 2.4.7-p1
### Steps to reproduce
1. Navigate to backend panel
### Expected result
No errors, underscore-umd.js.map exists
### Actual resu…
-
Is there any way to export the page as an HTML file? like in the grapejs export each page as HTML and CSS?
-
### Summary (*)
We upgraded to Magento 2.4.3 and cannot load the product editor anymore in the backend.
There is a javascript error raised:
Uncaught TypeError: Cannot read properties of null (…
amenk updated
4 months ago
-
### Preconditions (*)
1. `develop` branch
### Steps to reproduce (*)
1. Enable Tinymce and open page with Pagebuilder
2. Add Banner or Slider to Row
3. Add table to textarea
4. Unfocus…
-
### Rule
Integration Test class should contain
```php
/**
* @magentoAppArea adminhtml
*/
```
### Reason
This is required annotation to specify the area code for Controllers.
Integration …
-
### Preconditions (*)
1. Magento Page Builder version >= 1.3.0
### Steps to reproduce (*)
1. Create a `Magento_Catalog/layout/catalaog_category_view.xml` in your theme.
2. Set the attribute `lay…
-
### Steps to reproduce
1. run it on broswer: chrome
e.g. url is : `http://localhost:53306/`
2. put url in Put the url into the address bar.
e.g. `http://localhost:53306/login
3. It will run …