[ https://issues.apache.org/jira/browse/HADOOP-800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Enis Soztutar updated HADOOP-800: --------------------------------- Attachment: improvementsToDFSBrowsing_v1.1.patch (improvementsToDFSBrowsing_v1.1.patch) Further investigating the issue i have found that the meta refresh code is not in the browseBlock.jsp(as i guessed) but in tail.jsp. And textarea can be rendered width a style width:100% to attack (d). So, this patch resolves the sub-issues (a), (b), (c), (d), and (e). a,b and e are the same as the previous. For c i have removed meta refresh from tail.jsp. For d, i have included a style width:100%, so that it is rendered as wide as the window. Also a related issue is http://issues.apache.org/jira/browse/HADOOP-1370 which is discussed in the hadoop-dev. > More improvements to DFS browsing WI > ------------------------------------ > > Key: HADOOP-800 > URL: https://issues.apache.org/jira/browse/HADOOP-800 > Project: Hadoop > Issue Type: Improvement > Components: dfs > Reporter: arkady borkovsky > Assigned To: Sameer Paranjpye > Fix For: 0.14.0 > > Attachments: browseDirectory.jsp.html, > improvementsToDFSBrowsing_v1.0.patch, improvementsToDFSBrowsing_v1.1.patch > > > (a) the TITLE of web pages is > HDFS: <directory name> > or > HDFS: <file_name> > for directories and files, correspondingly. > trimmed from the right, if too long. > (This helps finding browser windows, tabs, navigating history, and creating > bookmarks) > (b) instead of or in addition to "go to parent directory" link, each element > of the path displayed at the top of the page should link to the > corresponding directory. > This also saves a line in display. > (c) the file browsing page should not automatically refresh. > (d) it would be nice to use the whole window rather than the text box for > viewing. > Wrapping is often harmful. > (These may be a radio-button options option saved in a cookie) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.