3152: Comment window doesn't show TextArea in the right color. Text itself scrolls on making entries
- Fixed
- Review Board
amit.praka**********@gmai***** (Google Code) (Is this you? Claim this profile.) | |
Dec. 10, 2013 | |
3150 |
What version are you running? reviewboard 2.0b1 What's the URL of the page containing the problem? [reviewboard_url]/r/[review_number]/diff/# What steps will reproduce the problem? 1. View diff for a review 2. Click on any line of code to comment on it 3. Type comments in the comment box that pops out What is the expected output? What do you see instead? One should see a textarea to enter comments into. It should behave identical to a text-area when user inputs a comment. Instead there is no demarcation b/w the textarea and the background and the text scrolls as one types i.e. the position of the div inside <div class='CodeMirror cm-s-default CodeMirror-wrap'> keeps changing to a lower and lower position on screen. What operating system are you using? What browser? Linux, Firefox
I am also facing the same issue with text edit boxes
Seems to be a common issue for some people. Can you show me the 'ls -l' of /path/to/site/htdocs/static, and also show all the <link> tags in the source for that page?
-
+ NeedInfo
drwxr-xr-x 2 www-data www-data 4096 Dec 3 12:01 . drwxr-xr-x 4 www-data www-data 4096 Dec 3 11:59 .. lrwxrwxrwx 1 root root 114 Dec 3 11:56 admin -> /data/venv/review/local/lib/python2.7/site-packages/ReviewBoard-2.0beta1-py2.7.egg/reviewboard/htdocs/static/admin lrwxrwxrwx 1 root root 104 Dec 3 12:01 djblets -> /data/venv/review/lib/python2.7/site-packages/Djblets-0.8alpha1-py2.7.egg/djblets/htdocs/static/djblets/ -rwxr-xr-x 1 www-data www-data 522 Dec 3 11:56 .htaccess lrwxrwxrwx 1 root root 112 Dec 3 11:56 lib -> /data/venv/review/local/lib/python2.7/site-packages/ReviewBoard-2.0beta1-py2.7.egg/reviewboard/htdocs/static/lib lrwxrwxrwx 1 root root 111 Dec 3 11:56 rb -> /data/venv/review/local/lib/python2.7/site-packages/ReviewBoard-2.0beta1-py2.7.egg/reviewboard/htdocs/static/rb
link rel="shortcut icon" type="image/x-icon" href="/static/rb/images/favicon.ico" /> <link rel="apple-touch-icon-precomposed" type="image/png" href="/static/rb/images/apple-home-icon.png" /> <link href="/static/rb/css/common.min.css" rel="stylesheet" type="text/css" /> <link href="/static/rb/css/reviews.min.css" rel="stylesheet" type="text/css" /> <link rel="stylesheet" type="text/css" href="/static/rb/css/ie_hacks.css"></script>
<script type="text/javascript" src="/static/lib/js/jquery-1.8.2.min.js"></script> <script src="/jsi18n/"></script> <script type="text/javascript" src="/static/lib/js/jquery-ui-1.8.24.custom.min.js"></script> <script type="text/javascript" src="/static/lib/js/3rdparty.min.js" charset="utf-8"></script> <script type="text/javascript" src="/static/djblets/js/jquery.gravy.min.js" charset="utf-8"></script> <script type="text/javascript" src="/static/djblets/js/extensions.min.js" charset="utf-8"></script> <script type="text/javascript" src="/static/rb/js/base.min.js" charset="utf-8"></script> <script> <script type="text/javascript" src="/static/rb/js/reviews.min.js" charset="utf-8"></script>
That's suspicious. The filenames should be things like "3rdparty.min.SOMEID.js". Do you have DEBUG set to True in settings_local.py?
Yes, DEBUG was set to True. Changing it to false however, does change the filename for the js scripts as pointed out but does not result in change of behavior. <script type="text/javascript" src="/static/lib/js/jquery-1.8.2.min.cfa9051cc0b0.js"></script> <script src="/jsi18n/"></script> <script type="text/javascript" src="/static/lib/js/jquery-ui-1.8.24.custom.min.f6148fb67d77.js"></script> <script type="text/javascript" src="/static/lib/js/3rdparty.min.2eac1e227279.js" charset="utf-8"></script> <script type="text/javascript" src="/static/djblets/js/jquery.gravy.min.08c3967a10f4.js" charset="utf-8"></script> <script type="text/javascript" src="/static/djblets/js/extensions.min.1806a6eb2d61.js" charset="utf-8"></script> <script type="text/javascript" src="/static/rb/js/base.min.af3ec691f218.js" charset="utf-8"></script> <script type="text/javascript" src="/static/rb/js/reviews.min.d2c692a46e77.js" charset="utf-8"></script>
Can you check whether those files are loaded properly when you load the page? You may want to try clearing the browser cache.
Hi, I've tried clearing the cache, ctrl + shift + reload and a separate browser. Does not resolve the issue. Furthermore, since the files[filenames] being requested by the site itself have changed, there shouldn't have been anything cached for the resources anyway.
Any updates on this?
We are unable to reproduce it, but we know other people have hit it as well. Can you attach your common.*.min.css file that the page references? We need to figure out why the CSS rules for that widget are missing. There will likely be a new beta release coming out soon, once we've finished testing some important bits of it.
Attached common.min.ccacd15c8a12.css
-
+
When is rb2b2 expected?