Consider the following coordinate transformation $$y=f(x,t) \qquad t'=t $$ Then by computing partial derivatives using the chain rule: $$\frac{\partial}{\partial x}=\frac{\partial}{\partial y}f_{x} \\ \frac{\partial}{\partial t} = \frac{\partial}{\partial t'}+f_{t}\frac{\partial}{\partial y}$$
I understand that this is correct, but if $t=t'$ then how is it their partial derivatives aren't equal?! What am I missing?
When you compute $\partial/\partial t$, it is understood that $x$ should be held constant as $t$ varies, but when you compute $\partial/\partial t'$, it is $y$ that should be held constant as $t'$ varies. And this is not the same thing, since $y \neq x$.