Tommi Prami 130 Posted September 9 Post bug reports or feature requests what you feel need some publicity. I'll post mine: Default "styled elements" appears to the inherited form needlessly (into dfm) https://embt.atlassian.net/servicedesk/customer/portal/1/RSS-779 Add Compiler/AST assisted "With remover" refactoring tool https://embt.atlassian.net/servicedesk/customer/portal/1/RSS-1666 SimpleRoundTo returns wrong value https://embt.atlassian.net/servicedesk/customer/portal/1/RSS-1651 -Tee- 1 Share this post Link to post
EugeneK 19 Posted September 9 Allow for recursive directory search for units https://embt.atlassian.net/servicedesk/customer/portal/1/RSS-940 These ones are in old system, so they are read only. I wonder should I copy these ones to new one? Add http status code constants to RTL https://quality.embarcadero.com/browse/RSP-35731 Add const versions of generic anonymous methods declarations https://quality.embarcadero.com/browse/RSP-33336 Decouple TService/TServiceApplication from VCL https://quality.embarcadero.com/browse/RSP-41813 Add immutable records (similar to C# readonly structs) https://quality.embarcadero.com/browse/RSP-34572 Share this post Link to post
David Heffernan 2345 Posted September 9 14 hours ago, Tommi Prami said: SimpleRoundTo returns wrong value https://embt.atlassian.net/servicedesk/customer/portal/1/RSS-1651 Not even sure if this is a bug. Share this post Link to post
Dave Nottage 557 Posted September 9 3 hours ago, EugeneK said: https://embt.atlassian.net/servicedesk/customer/portal/1/RSS-940 I'm unable to access this one. 2 Share this post Link to post
Tommi Prami 130 Posted September 10 8 hours ago, EugeneK said: These ones are in old system, so they are read only. I wonder should I copy these ones to new one? I think you should repost them to new bugtracker, most likely voting on old tracker does nothing anymore, voting/commenting on new might have some benefit . Share this post Link to post
Dalija Prasnikar 1396 Posted September 10 11 hours ago, EugeneK said: These ones are in old system, so they are read only. I wonder should I copy these ones to new one? No. Please don't post existing bug reports to the new tracker as they already exist in the internal tracking system and doing so duplicates the issues and only creates more unnecessary work. Also ne tracking system does not support voting. There are zero benefits for anyone involved. 1 Share this post Link to post
EugeneK 19 Posted September 10 17 hours ago, Dave Nottage said: I'm unable to access this one. Don't know what to do, new system is very primitive, I don't see any options on the page different from other issues that are available to different people. Share this post Link to post
Dalija Prasnikar 1396 Posted September 10 55 minutes ago, EugeneK said: Don't know what to do, new system is very primitive, I don't see any options on the page different from other issues that are available to different people. I don't know if you can change that now, but when posting issue you need to use Share with Embarcadero customers to make it visible to others. See https://dalijap.blogspot.com/2024/04/delphi-121-new-quality-portal-released.html 1 Share this post Link to post
EugeneK 19 Posted September 11 On 9/9/2024 at 11:09 PM, Dalija Prasnikar said: No. Please don't post existing bug reports to the new tracker as they already exist in the internal tracking system and doing so duplicates the issues and only creates more unnecessary work. Also ne tracking system does not support voting. There are zero benefits for anyone involved. I've seen people going old-school and posting +1 comments 😀 Share this post Link to post
EugeneK 19 Posted September 11 On 9/10/2024 at 9:14 AM, Dalija Prasnikar said: I don't know if you can change that now, but when posting issue you need to use Share with Embarcadero customers to make it visible to others. See https://dalijap.blogspot.com/2024/04/delphi-121-new-quality-portal-released.html I've added "Embarcadero Customers" to sharing, so hopefully this helps. 3 Share this post Link to post
Dalija Prasnikar 1396 Posted September 12 13 hours ago, EugeneK said: I've added "Embarcadero Customers" to sharing, so hopefully this helps. Thanks, that helps and your issue is accessible now. Share this post Link to post
Tommi Prami 130 Posted September 13 First weirdness in D12.2 ISO8601ToDate('0600-12-31T13:13:13Z') returns wrong value https://embt.atlassian.net/servicedesk/customer/portal/1/RSS-1747 Share this post Link to post
DelphiUdIT 176 Posted September 13 2 hours ago, Tommi Prami said: First weirdness in D12.2 ISO8601ToDate('0600-12-31T13:13:13Z') returns wrong value https://embt.atlassian.net/servicedesk/customer/portal/1/RSS-1747 May be there is an evaluation error in the routine with negative TDateTime (less then year 1900 in "System.DateUtils" at line 3487 ... the operation should be "minus" if the date il older then 1900 .... Value := LDate + LTime; 1 Share this post Link to post
Tommi Prami 130 Posted September 13 1 minute ago, DelphiUdIT said: May be there is an evaluation error in the routine with negative TDateTime (less then year 1900 in "System.DateUtils" at line 3487 ... the operation should be "minus" if the date il older then 1900 .... Value := LDate + LTime; Most likely, all failed, at quick glance, where about 1800 or older... Share this post Link to post
DelphiUdIT 176 Posted September 13 (edited) 8 minutes ago, Tommi Prami said: Most likely, all failed, at quick glance, where about 1800 or older... All dates prior to 1900 will fail. I "simply" copy three routine form System.DateUtils to my implementation uses section (call them with My... like MyISO8601ToDate .....) and change that line. That seem to works. Edited September 13 by DelphiUdIT 1 Share this post Link to post
dummzeuch 1505 Posted September 16 At least one of my bug reports got resolved in Delphi 12 partially : IDE Menu does not display correctly when moving from one main menu item to another https://embt.atlassian.net/servicedesk/customer/portal/1/RSS-516 This no longer happens the same way, but moving from Run to Components using the right arrow key now only highlights the Menu item without showing the menu. Pressing the down arrow key then shows the menu, so I guess I can live with that partial fix. Moving from Edit to Search with the right arrow key works as expected. Unfortunately the two most infuriating bugs since Delphi 11 have still not been fixed: IDE toolbars get scrambled over time https://embt.atlassian.net/servicedesk/customer/portal/1/RSS-515 Switching Desktops does not work properly when using some mixed High DPI und HD monitor setups https://embt.atlassian.net/servicedesk/customer/portal/1/RSS-514 1 Share this post Link to post
pyscripter 689 Posted September 16 1 hour ago, dummzeuch said: At least one of my bug reports got resolved in Delphi 12 For me is three out of three from the new QA fixed: Incorrect Scaling of Vcl.Dialogs.InputQuery - RAD Studio Service - Jira Service Management (atlassian.net) Incorrect Scaling of Vcl.Dialogs.MessageDlg - RAD Studio Service - Jira Service Management (atlassian.net) Internal Compiler error AV5A1299F7(5A060000)-R0000014C-0 - RAD Studio Service - Jira Service Management (atlassian.net) And a couple from the old QA: https://quality.embarcadero.com/browse/RSP-43263 https://quality.embarcadero.com/browse/RSP-41898 1 Share this post Link to post
Tommi Prami 130 Posted September 17 IF possible, check your tickets on the new Jira, that they are visible to others also... For example This is not visible to me; https://embt.atlassian.net/servicedesk/customer/portal/1/RSS-446 If no proprietary information, please make tickets public. -Tee- 1 Share this post Link to post
pyscripter 689 Posted September 17 2 hours ago, Tommi Prami said: IF possible, check your tickets on the new Jira, that they are visible to others also... Thanks, done. 1 Share this post Link to post
Gord P 14 Posted October 8 I am kind of surprised that being able to VOTE on a request is not a request. I thought I came across a post where someone said they put it in as a feature request, but I couldn't see it. Perhaps it is one of those that went in as private instead of public. Share this post Link to post
Vandrovnik 214 Posted October 9 9 hours ago, Gord P said: I am kind of surprised that being able to VOTE on a request is not a request. I thought I came across a post where someone said they put it in as a feature request, but I couldn't see it. Perhaps it is one of those that went in as private instead of public. I have created that request: https://embt.atlassian.net/servicedesk/customer/portal/1/RSS-1439 They closed it as "Won't do" 😞 1 Share this post Link to post
EugeneK 19 Posted October 9 10 hours ago, Vandrovnik said: I have created that request: https://embt.atlassian.net/servicedesk/customer/portal/1/RSS-1439 They closed it as "Won't do" 😞 To be fair not much they can do, Atlassian blackmailing everyone to move to cloud based Jira, so they have to use inferior system as customer facing. 1 Share this post Link to post
Vandrovnik 214 Posted October 9 31 minutes ago, EugeneK said: To be fair not much they can do, Atlassian blackmailing everyone to move to cloud based Jira, so they have to use inferior system as customer facing. But still - Emba is customer, I guess they can ask Atlassian to add this functionality, which doesn't look too difficult to implement, does it? Share this post Link to post
Lajos Juhász 293 Posted October 9 7 minutes ago, Vandrovnik said: But still - Emba is customer, I guess they can ask Atlassian to add this functionality, which doesn't look too difficult to implement, does it? There is a comment on the QP: Quote Marco Cantu 26/Jul/24 7:06 PM I don’t know, we’d love to surface it. It’s been requested for long time. Also, there were plugins, but not available on cloud hosting. We’ll keep looking for options. Share this post Link to post
EugeneK 19 Posted October 9 34 minutes ago, Vandrovnik said: But still - Emba is customer, I guess they can ask Atlassian to add this functionality, which doesn't look too difficult to implement, does it? Lol, we had to do the same migration at our company, complained to Atlassian that cloud Jira is super slow compared to old hosted one, their response - our code is very big and complex you should get a faster computer. And our company is much bigger than Embarcadero. Jira is dominating the market and there is no easy migration to something else, there is no reason for them to do anything right now. 2 1 Share this post Link to post