Tommi Prami 127 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 14 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 2335 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 545 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 127 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 1388 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 14 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 1388 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 14 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 14 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. 2 Share this post Link to post
Dalija Prasnikar 1388 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 127 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 153 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 127 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 153 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 1467 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 633 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 127 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 633 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