This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Switching between multiple CSS rules may show incorrect css code if there is some changes in the css file.. #572
Comments
Maybe related to #539. |
Yes, I believe they are basically the same bug |
peterflynn
added a commit
that referenced
this issue
Apr 6, 2012
- TextRange autonomously listens for Document events rather than client code needing to ping it - CSSInlineEditor now stores its results with TextRanges, which fixes both bug #538 (because the Docs are now addRef()ed) and the nastiest aspect of bugs #572/#539 (editors showing bad range after selecting different item in results list). - Changed the way CSSInlineEditor stores rule list items, from two parallel arrays to an array of objects. Updated unit tests too. Two bugs remain with ranges in the results list: - The line numbers in the results list UI don't update as the ranges change - If a range falls entirely out of sync, we crash when you try to select that result later (inline should close instead)
Fixed by pull #583. FBNC @RaymondLim. |
Fix verified |
gideonthomas
pushed a commit
to gideonthomas/brackets
that referenced
this issue
Feb 14, 2017
Fix adobe#1632: Added new limits for text font size in editor
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Result: inline editor will show css code from the previous range. Also the line number next to the file title is still showing the old line number.
The text was updated successfully, but these errors were encountered: