Bug #10628
embedded mode loading indicator issue
100%
History
#5 Updated by Constantin Asofiei 11 months ago
Greg, the fix would be this:
=== modified file 'src/com/goldencode/p2j/ui/client/driver/web/res/p2j.socket.js'
--- old/src/com/goldencode/p2j/ui/client/driver/web/res/p2j.socket.js 2025-09-16 10:46:24 +0000
+++ new/src/com/goldencode/p2j/ui/client/driver/web/res/p2j.socket.js 2025-09-26 20:25:51 +0000
@@ -4781,7 +4781,7 @@
console.error(e);
}
}
- if (!p2j.isGui && p2j.setLoadingCheckpoint)
+ if ((!p2j.isGui || p2j.embedded) && p2j.setLoadingCheckpoint)
{
p2j.setLoadingCheckpoint(100);
}
Just a check in p2j.socket.js for embedded mode.
Sergey: this is from #10432.
#6 Updated by Greg Shah 11 months ago
- % Done changed from 0 to 100
- Assignee set to Sergey Ivanovskiy
- Status changed from New to Review
- reviewer Hynek Cihlar added
That does indeed fix the issue.
Sergey: Please get this into a branch, reviewed, tested and merged ASAP. Also: Please update Open Regressions in FWD v4 with the details of this issue.
#7 Updated by Sergey Ivanovskiy 11 months ago
OK. This issue looks unexpected because I definitely checked this issue and even checked the web:client:embedded initialization.
#8 Updated by Sergey Ivanovskiy 11 months ago
Constantin Asofiei wrote:
Greg, the fix would be this:
[...]Just a check in p2j.socket.js for embedded mode.
Sergey: this is from #10432.
Yes, this code should be in my changes but for some reason I missed them.
#9 Updated by Sergey Ivanovskiy 11 months ago
10628a created with rev 16185. Open Regressions in FWD v4 list was updated with rev 16177 regression.
These changes can be merged into the trunk if there are no objections.
#10 Updated by Constantin Asofiei 11 months ago
- Status changed from Review to Merge Pending
Please merge now.
#11 Updated by Sergey Ivanovskiy 11 months ago
- File HotelGuiEmbeddedModeIndicator.mkv added
OK. For my current version of embedded hotel gui the indicator page looks differently.
#12 Updated by Sergey Ivanovskiy 11 months ago
- Status changed from Merge Pending to Test
Branch 10628a was merged into trunk as rev. 16185 and archived.


