Slogan: Given a sequence on $X\times Y$, can we choose subsequences to fix the limit in $X$ while leaving the behavior on $Y$ free?
Details: Suppose $X$ and $Y$ are topological spaces and $(x_n,y_n)_n$ is a sequence that is "limit-dense" in $X\times Y$, meaning that for every point $(x,y)\in X\times Y$, there is a subsequence $(x_m,y_m)_m$ that converges to $(x,y)$.
Does that imply the following: For every point $x\in X$, there is a subsequence $(x_m,y_m)_m$ such that $(x_m)_m$ converges to $x$ and $(y_m)_m$ is limit-dense in $Y$?
The answer is "yes" if $X$ is first-countable and $Y$ is second-countable. Those axioms give us the open rectangles that we need the subsequence to hit. But are those additional assumptions necessary?
Edits:
Here's a proof of the earlier claim. Suppose $X$ is first-countable and $Y$ is second-countable. Let $U_1\supset U_2\supset\cdots\ni x$ be a descending countable local basis at $x$ and let $V_i$ be a countable basis on $Y$. Define a sequence of target rectangles $(T_n)_n$ to be $(U_1\times V_1, U_2\times V_1, U_2\times V_2, U_3\times V_1, U_3\times V_2, U_3\times V_3, \ldots)$. Now recursively define the subsequence $n_k$ by $n_0=0$ and for $k\geq 1$, $n_k$ is the first value greater than $n_{k-1}$ such that $(x_{n_k}, y_{n_k})\in T_k$. Then $x_{n_k}\to x$. And for any $y\in Y$, we can find a sequence of $V$s that are a descending countable local basis around $y$, and then a further subsequence of $y_{n_k}$ that stays within that basis.
For context, I'm working on an application where $X$ and $Y$ are really nice spaces, compact manifolds, so the claim is fairly obvious: For our target rectangles, we can cover $\{x\}\times Y$ with $1/n$-balls. I'm just curious how far we can take the principle for more general spaces.