Fedir Zinchuk

Results 332 comments of Fedir Zinchuk

> What's not very performance friendly? **Rendering**: You suggest to dump a whole file list, reqursively. It does not mater how it will be send to browser as stream or...

> is not collecting the dirs/files recursively so I really don't know how you came up that I'm suggesting that there will be one request that will dump the hole...

The code for a width calculation seems was introduced in #694 Suggestion: can maybe remove minWidth from that and use `max-width:100%` css, instead? so the width will stay as calculated...

> Once you type out the full parent tag name and the tag list refreshes, only the parent tag shows up and the child tags disappear. I think it is...

I am clossing it, see comment https://github.com/joomla/joomla-cms/issues/38400#issuecomment-1229014326 Also because it is not an issue for j4

From code review it looks like a valid fix. The error comes from table class https://github.com/joomla/joomla-cms/blob/f520c98c64efb538e70e918acffb60d07e4d6b1e/administrator/components/com_finder/src/Table/MapTable.php#L63-L65 The taxonomy title requirement was introduced in #21327 I suspect User may have some...

I have tested this item :white_check_mark: successfully on 7050d69b169f83c5921d30a003f2d630515515f4On review looks valid, everything still works, I count it as success :)This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/36759.

who doing "request" (Joomla.UploadFile) and then change window.location? I wonder how it work at all :)

> the navigation after the request has completed yeap, the navigation should be after the request completed

as I see, the code (php part) generate a new file name for a copied file, so the editor need to be reloaded somehow to use that name, if I...