Topic #3295 (no title)
0 guests and 0 members have recently viewed this.
The top 3 point earners from 14th Dec 2025 to 21st Dec 2025.
| PDStig |
|
|
|---|---|---|
| Gabri |
|
|
| sholzy |
|
|
There are no events at this time
(Click to enlarge)
#2310 - Composr 10b4: Sometimes blocks on the same page will run into each other
This should not happen, but there could be some flaw in the random number generation.
I have made changes so the Tempcode random numbers are now guaranteed as unique.
Another possibility would be a bug in some particular web browser. I tested on Chrome and Firefox and could not reproduce.
Other than this, I really can't think what it could be. The HTML is set into a particular div of a particular ID. No global variables are used in the JavaScript code. There is no caching overlap with how the blocks load up. Even if there was caching overlap, I wouldn't expect just the title to move like that.
So if this still occurs in the next beta, please mention the browser used, and also what happens to the other block. Does the poll block have the poll title as well, or is it a titleless block as the title has somehow moved across?
Also knowing the generated HTML (using the browser dev tools to copy and paste from the DOM would help.